We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f2fb7 commit 399ab22Copy full SHA for 399ab22
.github/workflows/binaries.yml
@@ -266,14 +266,14 @@ jobs:
266
- name: Build JabKit
267
shell: bash
268
run: ./gradlew -i -PprojVersion="${{ steps.gitversion.outputs.AssemblySemVer }}" -PprojVersionInfo="${{ steps.gitversion.outputs.InformationalVersion }}" :jabkit:jpackage
269
- - name: Remove jabkit dmg
270
- shell: bash
271
- run: rm jabkit/build/packages/*.dmg
272
- name: Package JabKit application image
273
274
run: |
275
set -e
276
${{ matrix.archivePortableJabKit }}
+ - name: Remove jabkit dmg
+ shell: bash
+ run: rm jabkit/build/packages/*.dmg
277
- name: Rename files
278
shell: pwsh
279
0 commit comments