Skip to content

Commit

Permalink
Try circle ci 17
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Nov 22, 2024
1 parent 048f4b5 commit a66d291
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- attach_workspace:
at: /tmp/artifacts
- run: |
ls /tmp/artifacts
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

0 comments on commit a66d291

Please sign in to comment.