Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Apr 18, 2023
1 parent 37f520b commit 6096af2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
GOOS=darwin GOARCH=arm64 go build -o ./release/${cmd}_${version}_darwin_arm64 ./cmd/${cmd}
GOOS=windows GOARCH=amd64 go build -o ./release/${cmd}_${version}_windows_amd64.exe ./cmd/${cmd}
done
- run: |
mkdir -p release
cp -a rpi ssl-status-board
tar czf release/bootstrap.tar.gz ssl-status-board
- persist_to_workspace:
root: .
paths:
Expand All @@ -71,10 +75,6 @@ jobs:
steps:
- attach_workspace:
at: .
- run: |
mkdir -p release
cp -a rpi ssl-status-board
tar czf release/bootstrap.tar.gz ssl-status-board
- run: |
set -u
go install github.com/tcnksm/ghr@v0.16.0
Expand Down

0 comments on commit 6096af2

Please sign in to comment.