Skip to content

Commit f629467

Browse files
author
Calvinn Ng
committed
debug windows build
1 parent 4408e12 commit f629467

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_all.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,12 @@ jobs:
5353
cd extensions/vscode
5454
node scripts/prepackage --target "${{ matrix.arch }}"
5555
mkdir build
56+
echo "Packaging extension..."
5657
node_modules/@vscode/vsce/vsce package --out ./build --target "${{ matrix.arch }}"
58+
echo "Finished Packaging extension..."
5759
cd build
5860
echo "VSIX_FILE=$(ls *.vsix)" >> $GITHUB_ENV
61+
shell: pwsh
5962

6063
- name: Publish Extension
6164
run: |

0 commit comments

Comments
 (0)