Skip to content

Commit

Permalink
Try fix circleci publish_artifacts 9
Browse files Browse the repository at this point in the history
  • Loading branch information
tasiov committed Nov 19, 2023
1 parent d5a3b06 commit 9f7c28c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,11 @@ jobs:
- run:
name: Upload artifacts
command: |
TAG="$CIRCLE_TAG"
TITLE="$TAG"
TITLE="$CIRCLE_TAG"
ghr -t "$GITHUB_TOKEN" \
-u "$CIRCLE_PROJECT_USERNAME" \
-u public-awesome \
-r "$CIRCLE_PROJECT_REPONAME" \
-c "$CIRCLE_SHA1" \
-n "$TITLE" \
-replace \
"$TAG" ./artifacts/
"$CIRCLE_TAG" ./artifacts/

0 comments on commit 9f7c28c

Please sign in to comment.