Skip to content

Commit

Permalink
Use -m flag to download updates in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapona committed Oct 31, 2023
1 parent 74fa63e commit d6d08d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-usb-setup-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Download updates file from GCS
run: |
gsutil cp "gs://${{ secrets.GCS_PACKAGES_UPLOAD_BUCKET }}/updates.tar.gz" .
gsutil -m cp "gs://${{ secrets.GCS_PACKAGES_UPLOAD_BUCKET }}/updates.tar.gz" .
- name: Prepare folder structure
run: |
Expand Down

0 comments on commit d6d08d5

Please sign in to comment.