mirror of
https://github.com/LiteyukiStudio/spage.git
synced 2026-01-26 13:42:25 +00:00
✨ 更新前端构建步骤,修改上传的工件名称以反映二进制名称
This commit is contained in:
2
.github/workflows/build-aio.yaml
vendored
2
.github/workflows/build-aio.yaml
vendored
@@ -50,7 +50,7 @@ jobs:
|
||||
- name: Upload frontend artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: frontend-dist
|
||||
name: ${{ env.BIN_NAME }}-web
|
||||
path: web-src/out
|
||||
|
||||
backend:
|
||||
|
||||
Reference in New Issue
Block a user