doc: update github-action.md (#184)
This commit is contained in:
3
.github/workflows/win.yml
vendored
3
.github/workflows/win.yml
vendored
@ -6,6 +6,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository == 'jaywcjlove/reference'
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@ -24,4 +25,4 @@ jobs:
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: dist
|
||||
path: ${{ github.workspace }}\dist\**\*
|
||||
path: ${{ github.workspace }}\dist\**\*
|
||||
|
Reference in New Issue
Block a user