Skip to content

Commit 8b6b206

Browse files
author
PEZ
committed
Make VSIX extracting command work on Windows
1 parent 59be355 commit 8b6b206

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
7171
- name: Get VSIX File Name
7272
id: get-vsix-name
73+
shell: bash
7374
run: echo "VSIX_NAME=$(ls *.vsix)" >> $GITHUB_ENV
7475

7576
- name: Upload VSIX Artifact
@@ -121,6 +122,7 @@ jobs:
121122

122123
- name: Get VSIX File Name
123124
id: get-vsix-name
125+
shell: bash
124126
run: echo "VSIX_NAME=$(ls /tmp/*.vsix)" >> $GITHUB_ENV
125127

126128
- name: Setup Node.js

0 commit comments

Comments
 (0)