File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ jobs:
194194 else
195195 bucket_path=staging/${{ github.ref_name }}
196196 fi \
197- && ./google-cloud-sdk/bin/ gsutil -m rsync -r -c -j html -d ${{ github.workspace }}/public gs://$BUCKET/$bucket_path
197+ && gsutil -m rsync -r -c -j html -d ${{ github.workspace }}/public gs://$BUCKET/$bucket_path
198198
199199 versioned_builds=($(find . -type d -regex ".*[0-9-]" -maxdepth 1 | sed -E 's/^.\///'))
200200 for versioned_build in "${versioned_builds[@]}"; do
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ jobs:
194194 else
195195 bucket_path=staging/${{ github.ref_name }}
196196 fi \
197- && ./google-cloud-sdk/bin/ gsutil -m rsync -r -c -j html -d ${{ github.workspace }}/public gs://$BUCKET/$bucket_path
197+ && gsutil -m rsync -r -c -j html -d ${{ github.workspace }}/public gs://$BUCKET/$bucket_path
198198
199199 if [[ "${{ github.ref_name }}" == "latest" ]]
200200 then
Original file line number Diff line number Diff line change 3636 version : ' >= 363.0.0'
3737
3838 - name : List files
39- run : ./google-cloud-sdk/bin/ gsutil ls gs://$BUCKET
39+ run : gsutil ls gs://$BUCKET
4040 - name : End
4141 run : echo "This job's status is ${{ job.status }}."
4242
You can’t perform that action at this time.
0 commit comments