Skip to content

Commit

Permalink
Adjust circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Nov 22, 2024
1 parent b4e0a7f commit ddee5ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,5 @@ 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 -u "node-3d" -r "${CIRCLE_PROJECT_REPONAME}" -c "${CIRCLE_SHA1}" -replace ${PKG_VERSION} /tmp/artifacts/aarch64.gz

0 comments on commit ddee5ad

Please sign in to comment.