Skip to content

Commit 6096af2

Browse files
committed
Fix pipeline
1 parent 37f520b commit 6096af2

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-status-board
65+
tar czf release/bootstrap.tar.gz ssl-status-board
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-status-board
77-
tar czf release/bootstrap.tar.gz ssl-status-board
7878
- run: |
7979
set -u
8080
go install github.com/tcnksm/[email protected]

0 commit comments

Comments
 (0)