ci: fix upload dir

This commit is contained in:
YunYouJun
2023-07-30 18:50:07 +08:00
parent a60d5f37ed
commit 44c9631e70

View File

@@ -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: