Skip to content

Commit

Permalink
Add 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 8a7c167 commit dff12ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/flutter-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,11 @@ jobs:
artifacts: "build/app/outputs/apk/release/*"
token: ${{ secrets.TOKEN_TEST }}
tag: v1.0.${{ github.run_number }}

- name: Upload to Google Drive
uses: adityak74/google-drive-upload-git-action@v0.3
with :
folder_id: ${{ secrets.FOLDER_ID }}
file: "build/app/outputs/apk/release/*"
token: ${{ secrets.CREDENTIALS }}
name: "app-release.apk"

0 comments on commit dff12ee

Please sign in to comment.