Skip to content

Commit 41dc506

Browse files
committed
trial
1 parent 0e757ed commit 41dc506

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ jobs:
5656
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
5757
token_format: "access_token"
5858

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+
# if: ${{ !inputs.dryrun }}
66+
run: |
67+
gsutil -h "Cache-Control:no-cache,max-age=0" cp ./appcast.xml "gs://releases.coder.com/coder-desktop/mac/appcast.xml"
68+
5969
- name: Build
6070
env:
6171
APPLE_DEVELOPER_ID_PKCS12_B64: ${{ secrets.APPLE_DEVELOPER_ID_PKCS12_B64 }}

0 commit comments

Comments
 (0)