Project import generated by Copybara.

GitOrigin-RevId: 84a90cf498146a9379a09325b976d8ec82470db1
This commit is contained in:
Madari Developers 2025-01-03 18:55:39 +00:00
parent 4d1adb5299
commit 04b2f92b7c

View file

@ -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