Skip to content

Commit bdc1b3a

Browse files
author
PEZ
committed
The file is not named with runner.os prefix?
1 parent 777970b commit bdc1b3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ jobs:
124124
id: get-vsix-name
125125
shell: bash
126126
run: |
127-
ls /tmp/
128-
VSIX_NAME=$(ls /tmp/${{ runner.os }}-*.vsix)
127+
VSIX_NAME=$(ls /tmp/*.vsix)
129128
echo "VSIX_NAME=$VSIX_NAME" >> $GITHUB_ENV
130129
131130
- name: Setup Node.js

0 commit comments

Comments
 (0)