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