1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Fix macOS CI builds

This commit is contained in:
Manolis Papadeas 2021-11-03 03:29:51 +02:00
parent 77996c769e
commit 5ac51aa798
2 changed files with 2 additions and 2 deletions

View file

@ -131,7 +131,7 @@ jobs:
cp -R ./pixelorama_data ./build/mac/Pixelorama.app/Contents/MacOS cp -R ./pixelorama_data ./build/mac/Pixelorama.app/Contents/MacOS
rm ./build/mac/Pixelorama.app/Contents/MacOS/pixelorama_data/.gdignore rm ./build/mac/Pixelorama.app/Contents/MacOS/pixelorama_data/.gdignore
- name: Create DMG archive 🔧 - name: Create DMG archive 🔧
run: hdiutil create -srcfolder ./build/mac -volname Pixelorama ./build/mac/Pixelorama.dmg run: hdiutil create -srcfolder ./build/mac -fs HFS+ -volname Pixelorama ./build/mac/Pixelorama.dmg
- name: Upload Artifact 🚀 - name: Upload Artifact 🚀
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:

View file

@ -245,7 +245,7 @@ jobs:
cp -R ./pixelorama_data ./build/mac/Pixelorama.app/Contents/MacOS cp -R ./pixelorama_data ./build/mac/Pixelorama.app/Contents/MacOS
rm ./build/mac/Pixelorama.app/Contents/MacOS/pixelorama_data/.gdignore rm ./build/mac/Pixelorama.app/Contents/MacOS/pixelorama_data/.gdignore
- name: Create DMG archive 🔧 - name: Create DMG archive 🔧
run: hdiutil create -srcfolder ./build/mac -volname Pixelorama ./build/mac/Pixelorama.dmg run: hdiutil create -srcfolder ./build/mac -fs HFS+ -volname Pixelorama ./build/mac/Pixelorama.dmg
- name: Upload Release Asset 🚀 - name: Upload Release Asset 🚀
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v2
with: with: