Skip to content

Commit

Permalink
Update macOS release build workflow to move all DMG files to a unifie…
Browse files Browse the repository at this point in the history
…d naming format
  • Loading branch information
mauro-balades committed Jan 26, 2025
1 parent d3f14bd commit 9b79e3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ jobs:
run: |
cd engine
echo "Tarballing DMG"
mv ./dist/zen-*.dmg ./zen-${{ matrix.arch }}-apple-darwin-dist.dmg
set -ex
mv ./dist/*.dmg ./zen-${{ matrix.arch }}-apple-darwin-dist.dmg
- name: Upload dist dmg
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9b79e3c

Please sign in to comment.