Skip to content

Commit c592d74

Browse files
committed
fix zip name
1 parent ec91278 commit c592d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
run: |
221221
ARCHITECTURE=${{ matrix.arch }} VERSION=${{ needs.build.outputs.launcherVersion }} ./build.sh mac-package
222222
ls -ld PharoLauncher.app
223-
zip -r -9 PharoLauncher-mac-${{ needs.build.outputs.launcherVersion }}-${{ matrix.arch == '64' && 'x64' || matrix.arch }} PharoLauncher.app
223+
zip -r -9 PharoLauncher-mac-${{ needs.build.outputs.launcherVersion }}-${{ matrix.arch == '64' && 'x64' || matrix.arch }}.zip PharoLauncher.app
224224
ls -la .
225225
226226
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)