mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
macos build action
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -36,8 +36,10 @@ jobs:
|
||||
- run: sudo xcode-select --switch /Applications/Xcode_14.3.1.app
|
||||
- run: flutter pub get
|
||||
- run: flutter build macos --release
|
||||
- run: npm install --global create-dmg
|
||||
- run: create-dmg 'venera.app'
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: macos-build.zip
|
||||
path: build/macos/Build/Products/Release/venera.app
|
||||
name: macos-dmg
|
||||
path: build/macos/Build/Products/Release/*.dmg
|
||||
|
Reference in New Issue
Block a user