We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e0cf5 commit d5b9eaeCopy full SHA for d5b9eae
.github/workflows/publish.yml
@@ -63,9 +63,9 @@ jobs:
63
# The output of the pack command is the path to generated the tarball
64
# Used later to upload the artifact
65
run: |
66
- $PACKAGE_PATH="$(pnpm pack)"
+ PACKAGE_PATH="$(pnpm pack)"
67
echo "$PACKAGE_PATH"
68
- echo "PACKAGE=$(pnpm pack)" >> $GITHUB_OUTPUT
+ echo "$PACKAGE_PATH" >> "$GITHUB_OUTPUT"
69
70
- name: Archive production artifacts
71
uses: actions/upload-artifact@v4
0 commit comments