Skip to content

Commit

Permalink
ci: fix deb packaging path after openjdk 21 update
Browse files Browse the repository at this point in the history
  • Loading branch information
DropSnorz committed Feb 11, 2024
1 parent 47e65e2 commit c666a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/package-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jpackage --input ./input/ --name OwlPlug --main-class org.springframework.boot.l
--linux-package-name owlplug --linux-deb-maintainer contact@owlplug.com \
--linux-menu-group "AudioVideo;Audio" --linux-shortcut

mv ./output/owlplug_$owlplugversion-1_amd64.deb ./output/OwlPlug-$owlplugversion.deb
mv ./output/owlplug_${owlplugversion}_amd64.deb ./output/OwlPlug-$owlplugversion.deb

ls ./output

Expand Down

0 comments on commit c666a4a

Please sign in to comment.