Skip to content

Commit 9fe0d7c

Browse files
author
PEZ
committed
debug ls and glob the file name
1 parent bdc1b3a commit 9fe0d7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ jobs:
124124
id: get-vsix-name
125125
shell: bash
126126
run: |
127-
VSIX_NAME=$(ls /tmp/*.vsix)
127+
ls /tmp/
128+
VSIX_NAME="/tmp/*.vsix)"
128129
echo "VSIX_NAME=$VSIX_NAME" >> $GITHUB_ENV
129130
130131
- name: Setup Node.js

0 commit comments

Comments
 (0)