Skip to content

Commit

Permalink
fix: Fixed built artifact extraction.
Browse files Browse the repository at this point in the history
  • Loading branch information
Byloth committed Jul 10, 2024
1 parent c798a93 commit 4835a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Creating the artifact
run: |
PACKAGE_VERSION=`node -e "console.log(require('./package.json').version);"`
PACKAGE_NAME="byloth-core-v${PACKAGE_VERSION}.tgz"
PACKAGE_NAME="byloth-core-${PACKAGE_VERSION}.tgz"
pnpm pack
tar -xzvf "${PACKAGE_NAME}" -C "."
Expand Down

0 comments on commit 4835a35

Please sign in to comment.