Skip to content

Merge branch 'main' of https://github.com/ibois-epfl/script-sync #10

Merge branch 'main' of https://github.com/ibois-epfl/script-sync

Merge branch 'main' of https://github.com/ibois-epfl/script-sync #10

Workflow file for this run

name: VSCodeExtension
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install vsce
run: npm install -g vsce
- name: Build VSIX package
run: |
cd VSCode/scriptsync
npm install
vsce package
- name: Save artifact
uses: actions/upload-artifact@v2
with:
name: script-sync
path: VSCode/scriptsync/*.vsix