Skip to content

Commit c0f79a8

Browse files
committed
Fix path
1 parent 476cdb3 commit c0f79a8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/continuous-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
name: tarball
5757
- id: get-version
5858
name: Get version
59-
run: echo version=`tar --extract --file=\`ls ../*.tgz\` --to-stdout package/package.json | jq -r .version` > $GITHUB_OUTPUT
59+
run: echo version=`tar --extract --file=\`ls ./*.tgz\` --to-stdout package/package.json | jq -r .version` > $GITHUB_OUTPUT
6060
- name: Print version
6161
run: echo ${{ steps.get-version.outputs.version }}
6262
- if: ${{ contains(steps.get-version.outputs.version, '-') }}
6.54 KB
Binary file not shown.

0 commit comments

Comments
 (0)