Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
farion authored Jul 4, 2024
1 parent 856d56c commit 4031145
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 @@ -162,7 +162,7 @@ jobs:
-d dist_mac \
-n CorreoMQTT \
--app-version ${{steps.version.outputs.full_without_prefix}} \
--app-image dist/CorreoMQTT.app
--app-image dist/CorreoMQTT_amd64.app
- name: Release
uses: xresloader/[email protected]
env:
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
-d dist_mac \
-n CorreoMQTT \
--app-version ${{steps.version.outputs.full_without_prefix}} \
--app-image dist/CorreoMQTT.app
--app-image dist/CorreoMQTT_arm64.app
- name: Release
uses: xresloader/[email protected]
env:
Expand Down

0 comments on commit 4031145

Please sign in to comment.