Skip to content

Commit

Permalink
windows distr
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor44 committed Mar 26, 2024
1 parent b9c553d commit 228cb68
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
- run: |
%JAVA_HOME%\bin\jpackage.exe @target\jpackage-win.args --type exe
shell: cmd
- uses: actions/upload-artifact@v4
with:
name: my-artifact
path: target/distr/win/*.exe
# - uses: actions/upload-artifact@v4
# with:
# name: my-artifact
# path: target/distr/win/*.exe
- uses: softprops/action-gh-release@v2
with:
files: target/distr/win/*.exe

0 comments on commit 228cb68

Please sign in to comment.