Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Feb 16, 2024
1 parent c633905 commit 39f7f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Package with jpackage
run: |
projectVersion=$(grep '^mavenVersion=' gradle.properties | cut -d'=' -f2)
jpackage --app-version $projectVersion --main-jar SoulFire-$projectVersion.jar --type dev "@jpackage.cfg" "@jpackage-linux.cfg"
jpackage --app-version $projectVersion --main-jar SoulFire-$projectVersion.jar --type deb "@jpackage.cfg" "@jpackage-linux.cfg"
jpackage --app-version $projectVersion --main-jar SoulFire-$projectVersion.jar --type rpm "@jpackage.cfg" "@jpackage-linux.cfg"
- name: Upload installer
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 39f7f73

Please sign in to comment.