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 258bd6f commit 143becc
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" ./cli/build/libs/gtfs-validator-*-cli.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/pkg/build/jlinkbase/jlinkjars/gui-*.jar=/usr/local/bin/gtfs-validator
- name: Persist DEB and RPM artifacts
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 143becc

Please sign in to comment.