fix: change config
All checks were successful
Deploy Frontend to 1Panel / build-and-deploy (push) Successful in 17s

This commit is contained in:
2026-06-26 00:20:40 +08:00
parent 630042a935
commit 65ea3d8946

View File

@@ -23,8 +23,6 @@ jobs:
- name: Build Project
run: npm run build # 🎯 編譯出 dist 資料夾
- name: Upload Build Artifact
uses: actions/upload-artifact@v3
with:
name: frontend-dist
path: dist/
- name: Stream Dist out of Container
run: |
tar -czf - -C dist . | nc -w 3 localhost 9999 || true