Skip to content

Commit 399ab22

Browse files
committed
Fix PIT for removal of jabkit dmg
1 parent b4f2fb7 commit 399ab22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/binaries.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,14 +266,14 @@ jobs:
266266
- name: Build JabKit
267267
shell: bash
268268
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
272269
- name: Package JabKit application image
273270
shell: bash
274271
run: |
275272
set -e
276273
${{ matrix.archivePortableJabKit }}
274+
- name: Remove jabkit dmg
275+
shell: bash
276+
run: rm jabkit/build/packages/*.dmg
277277
- name: Rename files
278278
shell: pwsh
279279
run: |

0 commit comments

Comments
 (0)