ci: don't save binaries

master
Robert Jördens 2021-02-03 18:14:42 +01:00
parent 1167c7693d
commit 4dfe16fce8
1 changed files with 0 additions and 6 deletions

View File

@ -62,12 +62,6 @@ jobs:
with:
command: build
args: --release --features "${{ matrix.features }}"
- uses: actions/upload-artifact@v2
if: ${{ matrix.toolchain == 'stable' && matrix.features == '' }}
with:
name: stabilizer
path: |
target/*/release/dual-iir
test:
runs-on: ubuntu-latest