diff --git a/.github/workflows/dev-desktop-builds.yml b/.github/workflows/dev-desktop-builds.yml index 4ba8f2994..bda256ea3 100644 --- a/.github/workflows/dev-desktop-builds.yml +++ b/.github/workflows/dev-desktop-builds.yml @@ -128,7 +128,7 @@ jobs: cp -R ./pixelorama_data ./build/mac/Pixelorama.app/Contents/MacOS rm ./build/mac/Pixelorama.app/Contents/MacOS/pixelorama_data/.gdignore - name: Create DMG archive 🔧 - run: hdiutil create -size 70m -srcfolder ./build/mac -volname Pixelorama ./build/mac/Pixelorama.dmg + run: hdiutil create -srcfolder ./build/mac -volname Pixelorama ./build/mac/Pixelorama.dmg - name: Upload Artifact 🚀 uses: actions/upload-artifact@v2 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09b7a1c43..38f27394f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -167,7 +167,7 @@ jobs: cp -R ./pixelorama_data ./build/mac/Pixelorama.app/Contents/MacOS rm ./build/mac/Pixelorama.app/Contents/MacOS/pixelorama_data/.gdignore - name: Create DMG archive 🔧 - run: hdiutil create -size 70m -srcfolder ./build/mac -volname Pixelorama ./build/mac/Pixelorama.dmg + run: hdiutil create -srcfolder ./build/mac -volname Pixelorama ./build/mac/Pixelorama.dmg - name: Upload Release Asset 🚀 uses: svenstaro/upload-release-action@v2 with: