Skip to content

Commit

Permalink
Add release step.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkevilmac authored Jul 28, 2024
1 parent 3087dbc commit b1dccfb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/graal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ jobs:
with:
name: executable
path: ./build/native/nativeCompile/**.exe
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./build/native/nativeCompile/**.exe

0 comments on commit b1dccfb

Please # to comment.