Skip to content

Commit 9ce6ae7

Browse files
committed
trial
1 parent d6c6718 commit 9ce6ae7

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy