- name: Upload to Google Cloud Storage
uses: GoogleCloudPlatform/github-actions/upload-cloud-storage@master
with:
credentials: ${{ secrets.GCS_CREDENTIALS }}
path: build
destination: ${{ env.UPLOAD_PATH_NAME }}
Error: A resumable upload could not be performed. The directory, /root/.config, is not writable. You may try another upload, this time setting options.resumable to false.
uses: GoogleCloudPlatform/github-actions/upload-cloud-storage@master
with:
credentials: ${{ secrets.GCS_CREDENTIALS }}
path: build
destination: ${{ env.UPLOAD_PATH_NAME }}
Error: A resumable upload could not be performed. The directory, /root/.config, is not writable. You may try another upload, this time setting
options.resumabletofalse.