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 56
56
service_account : ${{ secrets.GCP_SERVICE_ACCOUNT }}
57
57
token_format : " access_token"
58
58
59
+ - name : Setup GCloud SDK
60
+ uses : google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
61
+
59
62
- name : Download Appcast
60
63
# if: ${{ !inputs.dryrun }}
61
64
run : |
64
67
- name : Upload Appcast
65
68
# if: ${{ !inputs.dryrun }}
66
69
run : |
67
- gcloud auth login
68
- gcloud auth application-default login
69
70
gsutil -h "Cache-Control:no-cache,max-age=0" cp ./appcast.xml "gs://releases.coder.com/coder-desktop/mac/appcast.xml"
70
71
71
72
- name : Build
Original file line number Diff line number Diff line change 49
49
gh
50
50
git
51
51
gnumake
52
- google-cloud-sdk
53
52
protobuf_28
54
53
grpc-swift . packages . ${ system } . protoc-gen-grpc-swift
55
54
grpc-swift . packages . ${ system } . protoc-gen-swift
You can’t perform that action at this time.
0 commit comments