Skip to content

Commit

Permalink
Update glob when uploading to GCS
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapona committed Jul 30, 2024
1 parent b73f532 commit 8175c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pt-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ jobs:
with:
credentials: ${{ secrets.GOOGLE_CLOUD_UPLOAD_JSON_CREDENTIALS }}
path: 'playbooks/artifacts'
glob: '**/*.zip'
glob: '*.zip'
parent: false
destination: ${{ secrets.GOOGLE_CLOUD_OS_UPLOAD_BUCKET }}/pi-topOS-${{ inputs.distro_name }}/

0 comments on commit 8175c78

Please sign in to comment.