change action 4
Some checks failed
Install pnpm and build / build (push) Failing after 2s

This commit is contained in:
liyp 2023-04-30 11:11:47 +08:00
parent e769c7c1cc
commit da6ba6c4db

View file

@ -19,11 +19,11 @@ jobs:
pnpm i
pnpm build
ls -la
tar czf yacd.tar.gz ./public
# tar czf yacd.tar.gz ./public
- uses: actions/upload-artifact@v3
with:
path: ./
path: ./public/*
name: yacd.tar.gz
if-no-files-found: error