Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit abeb979

Browse files
committed
fixup! Add github action to build releases
1 parent ac701b2 commit abeb979

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)