111
All checks were successful
Build Multi-Platform Binaries / build (push) Successful in 21m23s

This commit is contained in:
Flik
2025-12-26 19:57:31 +08:00
parent d66934e790
commit 3b7b51d734

View File

@@ -35,6 +35,9 @@ jobs:
npm ci
npm run build
- name: Copy Frontend to Embed Path
run: cp -r web/dist internal/server/app/dist
- name: Install UPX
run: |
sudo apt-get update