Skip to content

Commit

Permalink
macos distr
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor44 committed Mar 26, 2024
1 parent 264304a commit b483e63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -21,11 +21,10 @@ jobs:
./mvnw clean package --batch-mode --no-transfer-progress
- run: |
$JAVA_HOME/bin/jpackage @target/jpackage-macos.args --type dmg
shell: cmd
- uses: softprops/action-gh-release@v2
with:
draft: true
files: target/distr/win/*.dmg
files: target/distr/macos/*.dmg

Windows:
runs-on: windows-2019

0 comments on commit b483e63

Please sign in to comment.