mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-17 04:31:22 +08:00
chore: udpate workflows config.
This commit is contained in:
7
.github/workflows/win.yml
vendored
7
.github/workflows/win.yml
vendored
@ -18,3 +18,10 @@ jobs:
|
||||
- run: |
|
||||
cd ${{ github.workspace }}
|
||||
ls
|
||||
cd dist
|
||||
ls
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: dist
|
||||
path: ${{ github.workspace }}\dist\**\*
|
Reference in New Issue
Block a user