We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a209399 commit 819df76Copy full SHA for 819df76
.github/workflows/deployment.yml
@@ -103,6 +103,9 @@ jobs:
103
export BADASS_JLINK_JPACKAGE_HOME="${GITHUB_WORKSPACE}${{ matrix.jdk14Path }}"
104
./gradlew -PprojVersion="${{ steps.gitversion.outputs.AssemblySemVer }}" -PprojVersionInfo="${{ steps.gitversion.outputs.InformationalVersion }}" jpackage
105
shell: bash
106
+ - name: Package application image
107
+ run: ${{ matrix.archivePortable }}
108
+ shell: bash
109
- name: Rename files
110
run: |
111
get-childitem -Path build/distribution/*
0 commit comments