Merge remote-tracking branch 'origin/master'

This commit is contained in:
nyne
2024-10-28 22:03:59 +08:00

View File

@@ -36,8 +36,10 @@ jobs:
- run: sudo xcode-select --switch /Applications/Xcode_14.3.1.app - run: sudo xcode-select --switch /Applications/Xcode_14.3.1.app
- run: flutter pub get - run: flutter pub get
- run: flutter build macos --release - run: flutter build macos --release
- run: npm install --global create-dmg
- run: create-dmg 'build/macos/Build/Products/Release/venera.app'
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: macos-build.zip name: macos-dmg
path: build/macos/Build/Products/Release/venera.app path: build/macos/Build/Products/Release/*.dmg