Skip to content

Commit

Permalink
Try circle ci 20
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Nov 22, 2024
1 parent 709356e commit 7da420c
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 -replace ${PKG_VERSION} /tmp/artifacts/aarch64.gz
ghr -u "${CIRCLE_PROJECT_USERNAME}" -replace ${PKG_VERSION} /tmp/artifacts/aarch64.gz

0 comments on commit 7da420c

Please sign in to comment.