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

This commit is contained in:
liyp 2023-04-30 11:38:33 +08:00
parent 493bf6ecfa
commit 46d9e1720a

View file

@ -18,14 +18,15 @@ jobs:
run: |
pnpm i
pnpm build
pwd
tar czf yacd.tar.gz ./public
ls -la
# tar czf yacd.tar.gz ./public
- uses: actions/upload-artifact@v3
with:
path: ./public/*
path: ./yacd.tar.gz
name: yacd-meta
if-no-files-found: error
if-no-files-found: warn
- run: ls -la
#- uses: actions/release-action@v1
#with: