From 4dfe16fce8a62cd70ee6e7b52d336dff9a3542bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Wed, 3 Feb 2021 18:14:42 +0100 Subject: [PATCH] ci: don't save binaries --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4719639..851ef53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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