Skip to content

Commit a94853a

Browse files
committed
Fix release pipeline
1 parent b7b1a26 commit a94853a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
GOOS=darwin GOARCH=arm64 go build -o ./release/${cmd}_${version}_darwin_arm64 ./cmd/${cmd}
6060
GOOS=windows GOARCH=amd64 go build -o ./release/${cmd}_${version}_windows_amd64.exe ./cmd/${cmd}
6161
done
62+
- run: |
63+
mkdir -p release
64+
cp -a rpi ssl-remote-control
65+
tar czf release/bootstrap.tar.gz ssl-remote-control
6266
- persist_to_workspace:
6367
root: .
6468
paths:
@@ -71,10 +75,6 @@ jobs:
7175
steps:
7276
- attach_workspace:
7377
at: .
74-
- run: |
75-
mkdir -p release
76-
cp -a rpi ssl-remote-control
77-
tar czf release/bootstrap.tar.gz ssl-remote-control
7878
- run: |
7979
set -u
8080
go install github.com/tcnksm/[email protected]

0 commit comments

Comments
 (0)