Skip to content

Commit abbf80b

Browse files
committed
bug fix - 5
1 parent 405bbc3 commit abbf80b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release_test_apk.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
channel: 'stable'
2525
- run: flutter pub get
2626
- 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
3434
- name: Send mail
3535
uses: betterfor/action-send-mail@main
3636
with:

0 commit comments

Comments
 (0)