Skip to content

Commit

Permalink
debug windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvinn Ng committed May 20, 2024
1 parent 4408e12 commit 6819f09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,13 @@ jobs:
cd extensions/vscode
node scripts/prepackage --target "${{ matrix.arch }}"
mkdir build
echo "Packaging extension..."
ls node_modules/@vscode/vsce
node_modules/@vscode/vsce/vsce package --out ./build --target "${{ matrix.arch }}"
echo "Finished Packaging extension..."
cd build
echo "VSIX_FILE=$(ls *.vsix)" >> $GITHUB_ENV
shell: pwsh

- name: Publish Extension
run: |
Expand Down

0 comments on commit 6819f09

Please sign in to comment.