We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 983d364 commit 72e2ee1Copy full SHA for 72e2ee1
1 file changed
.github/workflows/test-npm-package.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Install tarball and verify
49
shell: bash
50
run: |
51
- TARBALL=$(ls ./downloads/*.tgz | head -1)
+ TARBALL="$(pwd)/downloads/$(ls downloads/*.tgz | head -1 | xargs basename)"
52
echo "Installing tarball: $TARBALL"
53
mkdir test-project && cd test-project
54
npm init -y
0 commit comments