Skip to content

Commit

Permalink
ci: upload all img gz
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w authored Mar 29, 2024
1 parent bccf1db commit 55a4ff1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ jobs:
uses: adityak74/google-drive-upload-git-action@main
with:
credentials: ${{ secrets.CREDENTIALS }}
filename: |
"*${{ env.DISTRO }}*.img.gz"
"*${{ env.UDISTRO }}*.img.gz"
filename: "*.img.gz"
folderId: ${{ secrets.FOLDERID }}
overwrite: "true" # optional boolean

0 comments on commit 55a4ff1

Please sign in to comment.