Skip to content

Commit

Permalink
mac fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farion authored Feb 23, 2024
1 parent 0ba546b commit 4d21f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
jpackage \
--type dmg \
-d target \
-d dist_mac \
-n CorreoMQTT \
--app-version ${{steps.version.outputs.full_without_prefix}} \
--app-image dist/CorreoMQTT.app
Expand All @@ -169,5 +169,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
draft: false
file: dist/*.dmg
file: dist_mac/*.dmg
tags: true

0 comments on commit 4d21f12

Please sign in to comment.