[MacOS] Fixed artifacts uploading

This commit is contained in:
PartyDonut 2024-09-27 09:37:30 +02:00 committed by GitHub
parent f59a08fa6f
commit 0711735712
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -189,11 +189,15 @@ jobs:
flutter build macos
- name: Create DMG file
run: |
hdiutil create -format UDZO -srcfolder build/macos/Build/Products/Release/fladder.app build/macos/Build/Products/Release/fladder.dmg
- name: Archive macOS artifact
uses: actions/upload-artifact@v4.0.0
with:
name: ${{ env.APP_NAME }}-macOS-${{ env.VERSION_NAME }}
path: build/macos/Build/Products/Release/fladder.app
path: build/macos/Build/Products/Release/fladder.dmg
# build-linux:
# runs-on: ubuntu-latest