Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farion authored Feb 23, 2024
1 parent 8bced0c commit 2e25a06
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 @@ -39,7 +39,7 @@ jobs:
-i target \
-n CorreoMQTT \
--main-jar correomqtt-${{steps.version.outputs.full_without_prefix}}.jar \
--app-version ${{steps.version.outputs.major_without_prefix}}.${{steps.version.outputs.minor}}.${{steps.version.outputs.patch}}-${{steps.version.outputs.prerelease} \
--app-version ${{steps.version.outputs.major_without_prefix}}.${{steps.version.outputs.minor}}.${{steps.version.outputs.patch}}-${{steps.version.outputs.prerelease}} \
--icon ./gui/src/main/deploy/package/Icon.png \
--linux-package-deps libpng16-16 \
--resource-dir .github/resources/linux
Expand All @@ -51,7 +51,7 @@ jobs:
-i target \
-n CorreoMQTT \
--main-jar correomqtt-${{steps.version.outputs.full_without_prefix}}.jar \
--app-version ${{steps.version.outputs.major_without_prefix}}.${{steps.version.outputs.minor}}.${{steps.version.outputs.patch}}+${{steps.version.outputs.prerelease} \
--app-version ${{steps.version.outputs.major_without_prefix}}.${{steps.version.outputs.minor}}.${{steps.version.outputs.patch}}+${{steps.version.outputs.prerelease}} \
--icon ./gui/src/main/deploy/package/Icon.png \
--resource-dir .github/resources/linux
- name: Release
Expand Down

0 comments on commit 2e25a06

Please sign in to comment.