Skip to content

Commit

Permalink
Fix folder_id parameter in Google Drive upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
ishitgami committed Jan 8, 2024
1 parent e5688de commit 9554dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Upload to Google Drive
uses: adityak74/google-drive-upload-git-action@v0.3
with :
folder_id: ${{ secrets.FOLDER_ID }}
folderId: ${{ secrets.FOLDER_ID }}
filename: "build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk"
token: ${{ secrets.CREDENTIALS }}
name: "app-armeabi-v7a-release.apk"
Expand Down

0 comments on commit 9554dc3

Please sign in to comment.