Skip to content

Commit

Permalink
added macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasa committed Aug 23, 2021
1 parent af703dc commit 947be55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cd Payload
ln -s ../Runner.app
cd ..
zip -r app.ipa Payload
zip -r ios-app.ipa Payload
- name: Build Web App
run: |
flutter build web
Expand All @@ -51,4 +51,4 @@ jobs:
replacesArtifacts: true
allowUpdates: true
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: 'build/app/outputs/apk/release/*.apk,build/ios/iphoneos/app.ipa,build/web/web-app.zip,build/macos/Build/Products/macos-app.zip'
artifacts: 'build/app/outputs/apk/release/*.apk,build/ios/iphoneos/ios-app.ipa,build/web/web-app.zip,build/macos/Build/Products/macos-app.zip'

0 comments on commit 947be55

Please sign in to comment.