This commit is contained in:
parent
2d649f2fea
commit
bd79926d08
@ -33,8 +33,11 @@ jobs:
|
|||||||
working-directory: WebIndex
|
working-directory: WebIndex
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Upload build artifacts
|
- name: Compress build artifacts
|
||||||
uses: https://gitea.com/actions/upload-artifact@v4
|
run: |
|
||||||
with:
|
mkdir -p artifacts
|
||||||
name: vue-build
|
zip -r artifacts/build.zip WebIndex/dist/
|
||||||
path: dist/ # Vue.js 默认构建输出目录
|
|
||||||
|
- name: Create Release
|
||||||
|
use: https://gitea.com/actions/gitea-release-action@v1
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user