diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index e110a99..0167c18 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -2,7 +2,7 @@ name: Rust CI on: push: - branches: ["**"] + branches: [main] pull_request: jobs: @@ -29,3 +29,9 @@ jobs: - name: Build (release) run: cargo build --release + + - name: Upload binary + uses: actions/upload-artifact@v4 + with: + name: bhs-linux + path: target/release/bhs