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
|
run: npm run build
|
||||||
|
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: 'christopherhx/gitea-upload-artifact@v4'
|
||||||
with:
|
with:
|
||||||
name: build-dist
|
name: build-dist
|
||||||
|
retention-days: 1
|
||||||
path: ./dist
|
path: ./dist
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -32,7 +33,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download build artifact
|
- name: Download build artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: 'christopherhx/gitea-download-artifact@v4'
|
||||||
with:
|
with:
|
||||||
name: build-dist
|
name: build-dist
|
||||||
path: dist
|
path: dist
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue