Skip to content

doc: Update README.md (#102) #640

doc: Update README.md (#102)

doc: Update README.md (#102) #640

Workflow file for this run

name: Win CI
on:
push:
branches:
- main
jobs:
build:
if: github.repository == 'jaywcjlove/reference'
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run build
- run: |
cd ${{ github.workspace }}
ls
cd dist
ls
- uses: actions/upload-artifact@v4
with:
name: dist
path: ${{ github.workspace }}\dist\**\*