Skip to content

Commit

Permalink
chore: fix circle ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaumanali94 committed Nov 13, 2024
1 parent 2158787 commit 7130912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ jobs:
- cli-binaries
upload_artifacts:
docker:
- image: circleci/golang:1-stretch
- image: cimg/go:1.23
steps:
- attach_workspace:
at: /tmp/
- run:
name: 'Download GitHub Release Utility'
command: go get github.com/tcnksm/ghr
command: go install github.com/tcnksm/ghr@latest
- run:
name: 'Publish Release artifacts on GitHub'
command: ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} ${CIRCLE_TAG} /tmp/cli-binaries
Expand Down

0 comments on commit 7130912

Please sign in to comment.