ci: fix upload dir
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -30,8 +30,8 @@ jobs:
|
||||
- run: npm run generate --if-present
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Dist
|
||||
path: dist
|
||||
name: Cook Dist
|
||||
path: dist/
|
||||
|
||||
- run: npx changelogithub # or changelogithub@0.12 if ensure the stable result
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user