Skip to content

Commit 0bc6c95

Browse files
committed
windows distr
1 parent 9ff6710 commit 0bc6c95

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +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
2824
- uses: softprops/action-gh-release@v2
2925
with:
30-
files: target/distr/win/*.exe
26+
draft: true
27+
files: target/distr/win/*.exe

0 commit comments

Comments
 (0)