Skip to content

Commit

Permalink
Archive artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
darkevilmac authored Jul 28, 2024
1 parent 08c7c63 commit 3087dbc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/graal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ jobs:
native-image --version
- name: Build
run: ./gradlew.bat nativeCompile
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: executable
path: ./build/native/nativeCompile/**.exe

0 comments on commit 3087dbc

Please sign in to comment.