mirror of
https://github.com/madari-media/madari-oss.git
synced 2026-04-20 18:22:04 +00:00
Project import generated by Copybara.
GitOrigin-RevId: 84a90cf498146a9379a09325b976d8ec82470db1
This commit is contained in:
parent
4d1adb5299
commit
04b2f92b7c
1 changed files with 6 additions and 1 deletions
7
.github/workflows/build-deploy.yaml
vendored
7
.github/workflows/build-deploy.yaml
vendored
|
|
@ -168,8 +168,13 @@ jobs:
|
|||
- name: Build MacOS
|
||||
run: flutter build macos --release
|
||||
|
||||
- name: Islate the Build
|
||||
run: mkdir build/macos/Build/Products/Release/AppRelease
|
||||
|
||||
- run: mv build/macos/Build/Products/Release/Madari.app build/macos/Build/Products/Release/AppRelease/
|
||||
|
||||
- name: Upload MacOS artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: macos-build
|
||||
path: build/macos/Build/Products/Release
|
||||
path: build/macos/Build/Products/Release/AppRelease
|
||||
|
|
|
|||
Loading…
Reference in a new issue