Skip to content

fix specify path adds leading slash on windows #145

fix specify path adds leading slash on windows

fix specify path adds leading slash on windows #145

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: build
run: |
npm install
npm run compile
npx vsce package
ls -lt *.vsix