Skip to content

Commit 819df76

Browse files
authored
Readd package portable
1 parent a209399 commit 819df76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deployment.yml

+3
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ jobs:
103103
export BADASS_JLINK_JPACKAGE_HOME="${GITHUB_WORKSPACE}${{ matrix.jdk14Path }}"
104104
./gradlew -PprojVersion="${{ steps.gitversion.outputs.AssemblySemVer }}" -PprojVersionInfo="${{ steps.gitversion.outputs.InformationalVersion }}" jpackage
105105
shell: bash
106+
- name: Package application image
107+
run: ${{ matrix.archivePortable }}
108+
shell: bash
106109
- name: Rename files
107110
run: |
108111
get-childitem -Path build/distribution/*

0 commit comments

Comments
 (0)