Skip to content

Commit bf6bbc8

Browse files
author
Calvinn Ng
committed
make sure windows build is archived properly
1 parent 7e70f9c commit bf6bbc8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build_all.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ jobs:
5959
echo "Finished Packaging extension..."
6060
echo "Listing build..."
6161
ls build
62-
echo "Listing current dir..."
63-
ls
64-
cd build
65-
echo "VSIX_FILE=$(ls *.vsix)" >> $GITHUB_ENV
62+
cd build && echo "VSIX_FILE=$(ls *.vsix)" >> $GITHUB_ENV
6663
shell: pwsh
6764

6865
- name: Run build script for Linux
@@ -72,8 +69,7 @@ jobs:
7269
node scripts/prepackage --target "${{ matrix.arch }}"
7370
mkdir build
7471
node_modules/@vscode/vsce/vsce package --out ./build --target "${{ matrix.arch }}"
75-
cd build
76-
echo "VSIX_FILE=$(ls *.vsix)" >> $GITHUB_ENV
72+
cd build && echo "VSIX_FILE=$(ls *.vsix)" >> $GITHUB_ENV
7773
shell: bash
7874

7975
- name: Publish Extension

0 commit comments

Comments
 (0)