We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114ef39 commit 711e0cfCopy full SHA for 711e0cf
.github/workflows/build.yml
@@ -34,11 +34,11 @@ jobs:
34
- name: build
35
run: |
36
node ./build/prepare.js ${{ matrix.target }}
37
- npx vsce package --target ${{ matrix.target }}
+ npx vsce package -o VSCode-EmmyLua-${{ matrix.target }}.vsix --target ${{ matrix.target }}
38
- name: Upload
39
uses: actions/upload-artifact@v2
40
with:
41
- name: VSCode-EmmyLua
+ name: VSCode-EmmyLua-${{ matrix.target }}
42
path: ${{ github.workspace }}/VSCode-EmmyLua*.vsix
43
44
publish:
0 commit comments