Skip to content

Commit 695bf9f

Browse files
committed
CI - only build package on Windows
1 parent df34b8c commit 695bf9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
with:
6363
run: npm run test
6464
- name: Build package
65+
if: runner.os == 'Windows'
6566
run: |
6667
npx vsce package -o ${{ steps.set-version.outputs.name }}.vsix
6768
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)