Skip to content

Commit

Permalink
bug fix - 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DabhiNavaghan authored Mar 9, 2024
1 parent 30dabfb commit f866a77
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release_test_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
channel: 'stable'
- run: flutter pub get
- run: flutter build apk
- name: Upload APK to Google Drive
uses: adityak74/google-drive-upload-git-action@main
with:
credentials: ${{ secrets.SERVICE_KEY }}
filename: build/app/outputs/apk/release/app-release.apk
folderId: ${{ secrets.FOLDER_ID }}
name: v1.0.${{github.run_number}}.apk
- name: Upload APK to Google Drive
uses: adityak74/google-drive-upload-git-action@main
with:
credentials: ${{ secrets.SERVICE_KEY }}
filename: build/app/outputs/apk/release/app-release.apk
folderId: ${{ secrets.FOLDER_ID }}
name: v1.0.${{github.run_number}}.apk
- name: Send mail
uses: betterfor/action-send-mail@main
with:
Expand Down

0 comments on commit f866a77

Please sign in to comment.