CI: attempt to fix portable build

This commit is contained in:
Johannes Frohnmeyer 2022-09-06 16:04:20 +02:00
parent 8445bce486
commit f4302a1a3f
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ portable:
- mkdir -p portable/run/libraries/io/gitlab/jfronny/inceptum/Inceptum
- mkdir -p portable/jvm
- cp wrapper.jar portable/
- main="$(find build/libs/ -type f -iname "Inceptum-*-windows.jar")"
- main="$(find launcher-dist/build/libs/ -type f -iname "Inceptum-*-windows.jar")"
- dir="${main##*/Inceptum-}"
- dir="portable/run/libraries/io/gitlab/jfronny/inceptum/Inceptum/${dir%%-windows*}"
- mkdir -p "$dir"