Skip to content

Commit bbb460d

Browse files
committed
revert to building on Windows (see #57)
1 parent 2c3aacd commit bbb460d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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

0 commit comments

Comments
 (0)