File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 run : |
109109 # Remove after Dockerfile is updated
110110 if [[ $(uname -s) =~ "MSYS_NT" ]]; then
111- alias gsutil="/c/Program\ Files/ google-cloud-sdk/ bin/ gsutil.cmd"
111+ alias gsutil='"C:\Program Files\ google-cloud-sdk\ bin\ gsutil.cmd"'
112112 fi
113113 upload_uri="${{ inputs.gcs_upload_uri }}/"
114114 # Replace spaces with underscore
Original file line number Diff line number Diff line change 9292 run : |
9393 # Remove after Dockerfile is updated
9494 if [[ $(uname -s) =~ "MSYS_NT" ]]; then
95- alias gsutil="/c/Program\ Files/ google-cloud-sdk/ bin/ gsutil.cmd"
95+ alias gsutil='"C:\Program Files\ google-cloud-sdk\ bin\ gsutil.cmd"'
9696 fi
9797
9898 download_uri="${{ inputs.gcs_download_uri }}"
You can’t perform that action at this time.
0 commit comments