Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit41dc506

Browse files
committed
trial
1 parent0e757ed commit41dc506

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)

[8]ページ先頭

©2009-2025 Movatter.jp