File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5656 service_account : ${{ secrets.GCP_SERVICE_ACCOUNT }}
5757 token_format : " access_token"
5858
59+ - name : Setup GCloud SDK
60+ uses : google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
61+
5962 - name : Download Appcast
6063 # if: ${{ !inputs.dryrun }}
6164 run : |
6467 - name : Upload Appcast
6568 # if: ${{ !inputs.dryrun }}
6669 run : |
67- gcloud auth login
68- gcloud auth application-default login
6970 gsutil -h "Cache-Control:no-cache,max-age=0" cp ./appcast.xml "gs://releases.coder.com/coder-desktop/mac/appcast.xml"
7071
7172 - name : Build
Original file line number Diff line number Diff line change 4949 gh
5050 git
5151 gnumake
52- google-cloud-sdk
5352 protobuf_28
5453 grpc-swift . packages . ${ system } . protoc-gen-grpc-swift
5554 grpc-swift . packages . ${ system } . protoc-gen-swift
You can’t perform that action at this time.
0 commit comments