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 4cab94a commit 77f78dbCopy full SHA for 77f78db
.github/workflows/build.yml
@@ -6,14 +6,6 @@ on:
6
7
jobs:
8
build:
9
- strategy:
10
- matrix:
11
- include:
12
- - {target: linux-x64}
13
- - {target: linux-arm64}
14
- - {target: darwin-x64}
15
- - {target: darwin-arm64}
16
-
17
runs-on: ubuntu-latest
18
19
steps:
@@ -30,9 +22,9 @@ jobs:
30
22
- name: Lint
31
23
run: npm run lint
32
24
- name: Package
33
- run: npx vsce package -o tarantool-vscode-${{ matrix.target }}.vsix --target ${{ matrix.target }}
25
+ run: npx vsce package -o tarantool-vscode.vsix
34
26
- name: Upload
35
27
uses: actions/upload-artifact@v4
36
28
with:
37
- name: Tarantool VSCode ${{ matrix.target }}
38
- path: ${{ github.workspace }}/tarantool-vscode*.vsix
29
+ name: Tarantool VSCode
+ path: ${{ github.workspace }}/tarantool-vscode.vsix
0 commit comments