This commit is contained in:
parent
915156d045
commit
e769c7c1cc
1 changed files with 14 additions and 0 deletions
|
@ -19,3 +19,17 @@ jobs:
|
|||
pnpm i
|
||||
pnpm build
|
||||
ls -la
|
||||
tar czf yacd.tar.gz ./public
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: ./
|
||||
name: yacd.tar.gz
|
||||
if-no-files-found: error
|
||||
|
||||
- uses: actions/release-action@v1
|
||||
with:
|
||||
allowUpdates: true
|
||||
tag: "v*"
|
||||
artifacts: "./yacd.tar.gz"
|
||||
token: ${{ secrets.RELEASE_KEY }}
|
||||
|
|
Loading…
Reference in a new issue