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
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
/coder-v1-cliPublic archive

Commitabeb979

Browse files
committed
fixup! Add github action to build releases
1 parentac701b2 commitabeb979

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎.github/workflows/build.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,13 @@ jobs:
88

99
env:
1010
GOPROXY:direct
11-
WSEP_SSH_KEY:${{ secrets.WSEP_SSH_KEY }}
1211

1312
steps:
1413
-name:Checkout
1514
uses:actions/checkout@v1
1615

1716
-name:Build
18-
run:|
19-
ssh-add - <<< "${WSEP_SSH_KEY}"
20-
git config --global url.ssh://git@github.com/.insteadOf https://github.com/
21-
./ci/build.sh
17+
run:./ci/build.sh
2218

2319
-name:Upload
2420
uses:actions/upload-artifact@v2

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp