Skip to content

Commit

Permalink
fix jar path
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez committed Nov 4, 2024
1 parent 67d2b06 commit 3a60183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
else
rpmVersion="${{ env.APP_VERSION }}"
fi
fpm -s dir -t rpm -n gtfs-validator --version $rpmVersion --iteration 1 --description "GTFS Validator" --license "MIT" --vendor "Your Company" --url "https://your-url.com" ./app/gui/build/lib/gui-*-all.jar=/usr/local/bin/gtfs-validator
fpm -s dir -t rpm -n gtfs-validator --version $rpmVersion --iteration 1 --description "GTFS Validator" --license "MIT" --vendor "Your Company" --url "https://your-url.com" app/gui/build/lib/gui-*-all.jar=/usr/local/bin/gtfs-validator
- name: Persist DEB and RPM artifacts
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 3a60183

Please sign in to comment.