Skip to content

Commit

Permalink
ci(Actions): Remove logging and extra bundled APK (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
arafaysaleem committed Jun 8, 2021
1 parent 697cdcb commit b66208c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PR-merge-build-release.yaml
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Generate Splitted Release APKs
run: flutter build apk --target-platform android-arm,android-arm64 --split-per-abi --obfuscate --split-debug-info=./ez_tickets_app/debug_trace
- name: Remove bundled APK
run: rm app.apk
run: rm build/app/outputs/flutter-apk/app.apk
- name: Upload Built APKs Artifact
uses: actions/upload-artifact@v2.2.3
with:
Expand Down

0 comments on commit b66208c

Please sign in to comment.