Skip to content

Commit

Permalink
Try circle ci 16
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Nov 22, 2024
1 parent 3bbd0dd commit 048f4b5
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 @@ -35,7 +35,7 @@ jobs:
- image: cibuilds/github:0.10
steps:
- attach_workspace:
at: /tmp/artifacts
at: /tmp/artifacts
- run: |
PKG_VERSION=`cat /tmp/artifacts/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
Expand Down

0 comments on commit 048f4b5

Please sign in to comment.