Skip to content

fix: use unix-style paths for action invocation #10

fix: use unix-style paths for action invocation

fix: use unix-style paths for action invocation #10

Workflow file for this run

name: "build-test"
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run dist