diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 8696088..550a1f1 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -38,3 +38,10 @@ jobs: - name: Build run: cargo build --release + + - name: Upload artifact + if: github.event_name == 'push' && github.ref == 'refs/heads/main' + uses: actions/upload-artifact@v4 + with: + name: ${{ matrix.os }}-latest-build + path: target/release/arnis.exe