mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
Merge branch 'develop' of https://github.com/Fladder-App/Fladder into develop
This commit is contained in:
commit
d362f1a039
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -189,11 +189,15 @@ jobs:
|
|||
|
||||
flutter build macos
|
||||
|
||||
- name: Create DMG file
|
||||
run: |
|
||||
hdiutil create -format UDZO -srcfolder build/macos/Build/Products/Release/fladder.app build/macos/Build/Products/Release/fladder.dmg
|
||||
|
||||
- name: Archive macOS artifact
|
||||
uses: actions/upload-artifact@v4.0.0
|
||||
with:
|
||||
name: ${{ env.APP_NAME }}-macOS-${{ env.VERSION_NAME }}
|
||||
path: build/macos/Build/Products/Release/fladder.app
|
||||
path: build/macos/Build/Products/Release/fladder.dmg
|
||||
|
||||
# build-linux:
|
||||
# runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue