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 3131 - run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
3232 - name : Set an output
3333 id : set-version
34- if : runner.os == 'Linux '
34+ if : runner.os == 'Windows '
3535 shell : bash
3636 run : |
3737 set -x
@@ -62,11 +62,11 @@ jobs:
6262 with :
6363 run : npm run test
6464 - name : Build package
65- if : runner.os == 'Linux '
65+ if : runner.os == 'Windows '
6666 run : |
6767 npx vsce package -o ${{ steps.set-version.outputs.name }}.vsix
6868 - uses : actions/upload-artifact@v2
69- if : (runner.os == 'Linux ') && (github.event_name != 'release')
69+ if : (runner.os == 'Windows ') && (github.event_name != 'release')
7070 with :
7171 name : ${{ steps.set-version.outputs.name }}.vsix
7272 path : ${{ steps.set-version.outputs.name }}.vsix
You can’t perform that action at this time.
0 commit comments