Skip to content

Commit d5b9eae

Browse files
committed
I'm tired
1 parent 77e0cf5 commit d5b9eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
# The output of the pack command is the path to generated the tarball
6464
# Used later to upload the artifact
6565
run: |
66-
$PACKAGE_PATH="$(pnpm pack)"
66+
PACKAGE_PATH="$(pnpm pack)"
6767
echo "$PACKAGE_PATH"
68-
echo "PACKAGE=$(pnpm pack)" >> $GITHUB_OUTPUT
68+
echo "$PACKAGE_PATH" >> "$GITHUB_OUTPUT"
6969
7070
- name: Archive production artifacts
7171
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)