Skip to content

Commit

Permalink
Readd package portable
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Mar 5, 2020
1 parent a209399 commit 819df76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ jobs:
export BADASS_JLINK_JPACKAGE_HOME="${GITHUB_WORKSPACE}${{ matrix.jdk14Path }}"
./gradlew -PprojVersion="${{ steps.gitversion.outputs.AssemblySemVer }}" -PprojVersionInfo="${{ steps.gitversion.outputs.InformationalVersion }}" jpackage
shell: bash
- name: Package application image
run: ${{ matrix.archivePortable }}
shell: bash
- name: Rename files
run: |
get-childitem -Path build/distribution/*
Expand Down

0 comments on commit 819df76

Please sign in to comment.