Skip to content

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

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

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

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

Check failure on line 33 in .github/workflows/vscodeext.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/vscodeext.yml

Invalid workflow file

You have an error in your yaml syntax on line 33
with:
name: VSCodeExtension
path: VSCode/scriptsync/*.vsix
# - name: Upload VSIX package
# uses: actions/upload-artifact@v2
# with:
# name: VSCodeExtension
# path: scriptsync/VSCode/*.vsix