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