fix action
This commit is contained in:
parent
df6c702f97
commit
f90d8cc713
1 changed files with 3 additions and 2 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
@ -19,7 +19,8 @@ jobs:
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue