mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
fix macos build action
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
|||||||
- 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: npm install --global create-dmg
|
||||||
- run: create-dmg 'venera.app'
|
- run: create-dmg 'uild/macos/Build/Products/Release/venera.app'
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: macos-dmg
|
name: macos-dmg
|
||||||
|
Reference in New Issue
Block a user