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

This commit is contained in:
liyp 2023-04-30 11:06:11 +08:00
parent 915156d045
commit e769c7c1cc

View file

@ -19,3 +19,17 @@ jobs:
pnpm i
pnpm build
ls -la
tar czf yacd.tar.gz ./public
- uses: actions/upload-artifact@v3
with:
path: ./
name: yacd.tar.gz
if-no-files-found: error
- uses: actions/release-action@v1
with:
allowUpdates: true
tag: "v*"
artifacts: "./yacd.tar.gz"
token: ${{ secrets.RELEASE_KEY }}