fix: update public/static to /static

This commit is contained in:
Tienson Qin
2025-07-02 21:43:11 +08:00
parent 76a8f8ce62
commit 8a219cacc1
12 changed files with 21 additions and 160 deletions

View File

@@ -62,7 +62,7 @@ jobs:
LOGSEQ_POSTHOG_TOKEN: ${{ secrets.LOGSEQ_POSTHOG_TOKEN }}
- name: Sync static build files
run: rsync -avz --exclude node_modules --exclude '*.js.map' --exclude android ./static/ ./public/static/
run: rsync -avz --exclude node_modules --exclude '*.js.map' --exclude android ./static/ ./public/
- name: Prepare iOS build
run: npx cap sync ios