Skip to content

Commit

Permalink
Revert "Revert "Verbose""
Browse files Browse the repository at this point in the history
This reverts commit 1483966.
  • Loading branch information
violet-dev committed Feb 10, 2024
1 parent 242ccfd commit aae8236
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 @@ -75,7 +75,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 @@ -121,7 +121,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 aae8236

Please sign in to comment.