We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e70f9c commit bf6bbc8Copy full SHA for bf6bbc8
.github/workflows/build_all.yml
@@ -59,10 +59,7 @@ jobs:
59
echo "Finished Packaging extension..."
60
echo "Listing build..."
61
ls build
62
- echo "Listing current dir..."
63
- ls
64
- cd build
65
- echo "VSIX_FILE=$(ls *.vsix)" >> $GITHUB_ENV
+ cd build && echo "VSIX_FILE=$(ls *.vsix)" >> $GITHUB_ENV
66
shell: pwsh
67
68
- name: Run build script for Linux
@@ -72,8 +69,7 @@ jobs:
72
69
node scripts/prepackage --target "${{ matrix.arch }}"
73
70
mkdir build
74
71
node_modules/@vscode/vsce/vsce package --out ./build --target "${{ matrix.arch }}"
75
76
77
shell: bash
78
79
- name: Publish Extension
0 commit comments