We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e757ed commit 41dc506Copy full SHA for 41dc506
.github/workflows/release.yml
@@ -56,6 +56,16 @@ jobs:
56
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
57
token_format: "access_token"
58
59
+ - name: Download Appcast
60
+ # if: ${{ !inputs.dryrun }}
61
+ run: |
62
+ gsutil cp "gs://releases.coder.com/coder-desktop/mac/appcast.xml" ./appcast.xml
63
+
64
+ - name: Upload Appcast
65
66
67
+ gsutil -h "Cache-Control:no-cache,max-age=0" cp ./appcast.xml "gs://releases.coder.com/coder-desktop/mac/appcast.xml"
68
69
- name: Build
70
env:
71
APPLE_DEVELOPER_ID_PKCS12_B64: ${{ secrets.APPLE_DEVELOPER_ID_PKCS12_B64 }}
0 commit comments