Skip to content

Commit

Permalink
Try circle ci 19
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Nov 22, 2024
1 parent 80ee839 commit 709356e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
PKG_VERSION=`cat /tmp/artifacts/pkg-version`
echo PKG_VERSION ${PKG_VERSION} $PKG_VERSION
echo PKG_VERSION2 $PKG_VERSION
ghr -t "${GITHUB_TOKEN}" -u "${CIRCLE_PROJECT_USERNAME}" -r "${CIRCLE_PROJECT_REPONAME}" -c "${CIRCLE_SHA1}" -n "Release ${PKG_VERSION}" -replace -draft ${PKG_VERSION} /tmp/artifacts/aarch64.gz
ghr -replace ${PKG_VERSION} /tmp/artifacts/aarch64.gz

0 comments on commit 709356e

Please sign in to comment.