Skip to content

Commit

Permalink
fix zip name
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Jan 13, 2025
1 parent ec91278 commit c592d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
run: |
ARCHITECTURE=${{ matrix.arch }} VERSION=${{ needs.build.outputs.launcherVersion }} ./build.sh mac-package
ls -ld PharoLauncher.app
zip -r -9 PharoLauncher-mac-${{ needs.build.outputs.launcherVersion }}-${{ matrix.arch == '64' && 'x64' || matrix.arch }} PharoLauncher.app
zip -r -9 PharoLauncher-mac-${{ needs.build.outputs.launcherVersion }}-${{ matrix.arch == '64' && 'x64' || matrix.arch }}.zip PharoLauncher.app
ls -la .
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c592d74

Please sign in to comment.