File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
32
32
- name : Set an output
33
33
id : set-version
34
- if : runner.os == 'Linux '
34
+ if : runner.os == 'Windows '
35
35
shell : bash
36
36
run : |
37
37
set -x
@@ -62,11 +62,11 @@ jobs:
62
62
with :
63
63
run : npm run test
64
64
- name : Build package
65
- if : runner.os == 'Linux '
65
+ if : runner.os == 'Windows '
66
66
run : |
67
67
npx vsce package -o ${{ steps.set-version.outputs.name }}.vsix
68
68
- uses : actions/upload-artifact@v2
69
- if : (runner.os == 'Linux ') && (github.event_name != 'release')
69
+ if : (runner.os == 'Windows ') && (github.event_name != 'release')
70
70
with :
71
71
name : ${{ steps.set-version.outputs.name }}.vsix
72
72
path : ${{ steps.set-version.outputs.name }}.vsix
You can’t perform that action at this time.
0 commit comments