Skip to content

Commit

Permalink
Update APK file name for Google Drive upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ishitgami committed Jan 8, 2024
1 parent 4e9d236 commit 2c5e75f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
uses: adityak74/google-drive-upload-git-action@v0.3
with :
folder_id: ${{ secrets.FOLDER_ID }}
file: "build/app/outputs/apk/release/*"
file: "build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk"
token: ${{ secrets.CREDENTIALS }}
filename: "app-release.apk"
filename: "app-armeabi-v7a-release.apk"

0 comments on commit 2c5e75f

Please sign in to comment.