diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index fc445e7..86e8ddc 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -19,7 +19,7 @@ jobs: run: cargo install cargo-bpf --git https://github.com/redsift/redbpf.git - name: Build working-directory: ready-the-rabbit - run: cargo build + run: cargo build --release - name: Create Release id: create_release uses: actions/create-release@v1