mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
fix: update public/static to /static
This commit is contained in:
2
.github/workflows/build-ios-release.yml
vendored
2
.github/workflows/build-ios-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user