This commit is contained in:
parent
e769c7c1cc
commit
da6ba6c4db
1 changed files with 3 additions and 3 deletions
|
@ -19,14 +19,14 @@ jobs:
|
||||||
pnpm i
|
pnpm i
|
||||||
pnpm build
|
pnpm build
|
||||||
ls -la
|
ls -la
|
||||||
tar czf yacd.tar.gz ./public
|
# tar czf yacd.tar.gz ./public
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: ./
|
path: ./public/*
|
||||||
name: yacd.tar.gz
|
name: yacd.tar.gz
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- uses: actions/release-action@v1
|
- uses: actions/release-action@v1
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
|
|
Loading…
Reference in a new issue