mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +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 build macos --release
|
||||
- run: npm install --global create-dmg
|
||||
- run: create-dmg 'uild/macos/Build/Products/Release/venera.app'
|
||||
- run: create-dmg 'build/macos/Build/Products/Release/venera.app'
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: macos-dmg
|
||||
|
Reference in New Issue
Block a user