Skip to content

Commit b9c553d

Browse files
committed
windows distr
1 parent 0b83883 commit b9c553d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ jobs:
2121
- run: |
2222
%JAVA_HOME%\bin\jpackage.exe @target\jpackage-win.args --type exe
2323
shell: cmd
24+
- uses: actions/upload-artifact@v4
25+
with:
26+
name: my-artifact
27+
path: target/distr/win/*.exe

0 commit comments

Comments
 (0)