diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index f3f6574..fb6da26 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -18,7 +18,11 @@ jobs: - name: Install dependencies run: sudo apt-get install -y libasound2-dev - name: Build - run: cargo build --verbose + run: cargo build --release --verbose - name: Test run: cargo test --verbose - + - name: Upload a Build Artifact + uses: actions/upload-artifact@v4.3.1 + with: + name: insanity + path: target/release/insanity