Skip to content

Commit

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

0 comments on commit cda8ac5

Please sign in to comment.