File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
24
24
channel : ' stable'
25
25
- run : flutter pub get
26
26
- run : flutter build apk
27
- - name : Upload APK to Google Drive
28
- uses : adityak74/google-drive-upload-git-action@main
29
- with :
30
- credentials : ${{ secrets.SERVICE_KEY }}
31
- filename : build/app/outputs/apk/release/app-release.apk
32
- folderId : ${{ secrets.FOLDER_ID }}
33
- name : v1.0.${{github.run_number}}.apk
27
+ # - name: Upload APK to Google Drive
28
+ # uses: adityak74/google-drive-upload-git-action@main
29
+ # with:
30
+ # credentials: ${{ secrets.SERVICE_KEY }}
31
+ # filename: build/app/outputs/apk/release/app-release.apk
32
+ # folderId: ${{ secrets.FOLDER_ID }}
33
+ # name: v1.0.${{github.run_number}}.apk
34
34
- name : Send mail
35
35
uses : betterfor/action-send-mail@main
36
36
with :
You can’t perform that action at this time.
0 commit comments