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 run: npm install -g pnpm
- name: Install dependencies and build - name: Install dependencies and build
run: | run: |
pnpm i pnpm i
pnpm build pnpm build
pwd pwd
tar czf yacd.tar.gz ./public tar czf yacd.tar.gz ./public
- run: ls -la - name: Test
run: ls -la
- name: Release - name: Release
uses: https://github.com/softprops/action-gh-release@v1 uses: https://github.com/softprops/action-gh-release@v1