Skip to content

Commit

Permalink
Upload artifact after building
Browse files Browse the repository at this point in the history
Could be used like a pre-release or for ease to not need to rebuild locally after a fix has been pushed to main
  • Loading branch information
sebastiaanspeck authored Jan 3, 2025
1 parent aae9941 commit 7d0d186
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ jobs:

- name: Build
run: cargo build --release

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}-latest-build
path: target/release/arnis.exe

0 comments on commit 7d0d186

Please sign in to comment.