ci: don't save binaries
This commit is contained in:
parent
1167c7693d
commit
4dfe16fce8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue