fix action

This commit is contained in:
liyp 2023-04-30 16:46:50 +08:00
parent df6c702f97
commit f90d8cc713

View file

@ -14,12 +14,13 @@ jobs:
run: npm install -g pnpm
- name: Install dependencies and build
run: |
run: |
pnpm i
pnpm build
pwd
tar czf yacd.tar.gz ./public
- run: ls -la
- name: Test
run: ls -la
- name: Release
uses: https://github.com/softprops/action-gh-release@v1