Skip to content

Commit

Permalink
Fix ghr installation
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jan 17, 2023
1 parent 67c582f commit cd8425c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,11 @@ jobs:
- run:
name: Check Go version # needed for ghr installation
command: go version
- run:
name: Install ghr
command: |
go install github.com/tcnksm/[email protected]
ghr --version
- checkout
- run:
name: Build static library for Alpine
Expand All @@ -348,11 +353,6 @@ jobs:
- when:
condition: << pipeline.git.tag >>
steps:
- run:
name: Install ghr
command: |
go get github.com/tcnksm/ghr
ghr --version
- run:
name: Publish artifacts on GitHub
command: |
Expand Down

0 comments on commit cd8425c

Please sign in to comment.