run envsubst as an independent step

This commit is contained in:
Sebastian Stenzel
2022-03-18 17:31:49 +01:00
parent b565f1d0c0
commit 8dce21ea40

View File

@@ -59,9 +59,10 @@ jobs:
--no-man-pages
--strip-debug
--compress=1
- name: Prepare additional launcher
run: envsubst '${SEMVER_STR} ${REVISION_NUM}' < dist/linux/launcher-gtk2.properties > launcher-gtk2.properties
- name: Run jpackage
run: >
envsubst '${SEMVER_STR} ${REVISION_NUM}' < dist/linux/launcher-gtk2.properties > launcher-gtk2.properties
${JAVA_HOME}/bin/jpackage
--verbose
--type app-image