deploy.yaml
This commit is contained in:
parent
88469dcc81
commit
afff7dd571
1 changed files with 3 additions and 2 deletions
|
|
@ -22,9 +22,10 @@ jobs:
|
|||
run: npm run build
|
||||
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: 'christopherhx/gitea-upload-artifact@v4'
|
||||
with:
|
||||
name: build-dist
|
||||
retention-days: 1
|
||||
path: ./dist
|
||||
|
||||
deploy:
|
||||
|
|
@ -32,7 +33,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Download build artifact
|
||||
uses: actions/download-artifact@v4
|
||||
uses: 'christopherhx/gitea-download-artifact@v4'
|
||||
with:
|
||||
name: build-dist
|
||||
path: dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue