Skip to content

Commit

Permalink
Verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Feb 10, 2024
1 parent e4889a6 commit 9e71d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Build
run: |
flutter build ios --release --no-codesign
flutter build ios --release --no-codesign -v
mkdir -p Payload
mv ./build/ios/iphoneos/Runner.app Payload
zip -r -y Payload.zip Payload/Runner.app
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Build
run: |
flutter clean
flutter build apk --release
flutter build apk --release -v
- name: Upload APK
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 9e71d81

Please sign in to comment.