We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1143716 commit 8dc039dCopy full SHA for 8dc039d
.github/workflows/flutter_ci.yml
@@ -55,11 +55,11 @@ jobs:
55
- name: Build APK
56
run: flutter build apk --debug
57
58
- - name: Upload APK
59
- uses: actions/upload-artifact@v3
60
- with:
61
- name: debug-apk
62
- path: readily_reads/build/app/outputs/flutter-apk/app-debug.apk
+ # - name: Upload APK
+ # uses: actions/upload-artifact@v3
+ # with:
+ # name: debug-apk
+ # path: readily_reads/build/app/outputs/flutter-apk/app-debug.apk
63
64
build_ios:
65
name: Build iOS
0 commit comments