We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b1a26 commit a94853aCopy full SHA for a94853a
.circleci/config.yml
@@ -59,6 +59,10 @@ jobs:
59
GOOS=darwin GOARCH=arm64 go build -o ./release/${cmd}_${version}_darwin_arm64 ./cmd/${cmd}
60
GOOS=windows GOARCH=amd64 go build -o ./release/${cmd}_${version}_windows_amd64.exe ./cmd/${cmd}
61
done
62
+ - run: |
63
+ mkdir -p release
64
+ cp -a rpi ssl-remote-control
65
+ tar czf release/bootstrap.tar.gz ssl-remote-control
66
- persist_to_workspace:
67
root: .
68
paths:
@@ -71,10 +75,6 @@ jobs:
71
75
steps:
72
76
- attach_workspace:
73
77
at: .
74
- - run: |
- mkdir -p release
- cp -a rpi ssl-remote-control
- tar czf release/bootstrap.tar.gz ssl-remote-control
78
- run: |
79
set -u
80
go install github.com/tcnksm/[email protected]
0 commit comments