Skip to content

Commit 72e2ee1

Browse files
committed
added test-npm-package workflow
1 parent 983d364 commit 72e2ee1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-npm-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install tarball and verify
4949
shell: bash
5050
run: |
51-
TARBALL=$(ls ./downloads/*.tgz | head -1)
51+
TARBALL="$(pwd)/downloads/$(ls downloads/*.tgz | head -1 | xargs basename)"
5252
echo "Installing tarball: $TARBALL"
5353
mkdir test-project && cd test-project
5454
npm init -y

0 commit comments

Comments
 (0)