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 a2eb701 commit 841ca17Copy full SHA for 841ca17
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
32
- name: Set an output
33
id: set-version
34
- if: runner.os == 'Windows'
+ if: runner.os == 'Linux'
35
shell: bash
36
run: |
37
set -x
@@ -62,10 +62,11 @@ jobs:
62
with:
63
run: npm run test
64
- name: Build package
65
66
67
npx vsce package -o ${{ steps.set-version.outputs.name }}.vsix
68
- uses: actions/upload-artifact@v2
- if: (runner.os == 'Windows') && (github.event_name != 'release')
69
+ if: (runner.os == 'Linux') && (github.event_name != 'release')
70
71
name: ${{ steps.set-version.outputs.name }}.vsix
72
path: ${{ steps.set-version.outputs.name }}.vsix
0 commit comments