chore: udpate workflows config.
This commit is contained in:
parent
7f7a16f5e1
commit
8399eafe6e
7
.github/workflows/win.yml
vendored
7
.github/workflows/win.yml
vendored
@ -18,3 +18,10 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
ls
|
ls
|
||||||
|
cd dist
|
||||||
|
ls
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: dist
|
||||||
|
path: ${{ github.workspace }}\dist\**\*
|
Loading…
x
Reference in New Issue
Block a user