diff --git a/.github/workflows/create-usb-setup-file.yml b/.github/workflows/create-usb-setup-file.yml index 0c9f146..b66df34 100644 --- a/.github/workflows/create-usb-setup-file.yml +++ b/.github/workflows/create-usb-setup-file.yml @@ -32,8 +32,11 @@ jobs: version: '>= 363.0.0' - name: Download updates file from GCS - run: | - gsutil -m cp "gs://${{ secrets.GCS_PACKAGES_UPLOAD_BUCKET }}/updates.tar.gz" . + uses: nick-fields/retry@v2 + with: + timeout_minutes: 30 + max_attempts: 10 + command: gsutil -m cp "gs://${{ secrets.GCS_PACKAGES_UPLOAD_BUCKET }}/updates.tar.gz" . - name: Prepare folder structure run: |