Skip to content

Commit 1641b6e

Browse files
ci: 移除 syncer 调用中残留的 --remote 参数
前序 commit (8a316f4) 已删除 syncer 的 --remote CLI;release.yml 与 package-check.yml 的 Sync game data 步骤还在传这个 flag,未跟进会导致 CI 报 argparse 错误。 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent 0082c65 commit 1641b6e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
curl -fsSL "https://github.com/$repo/releases/download/$tag/AFA.exe" -o dist/aao.app/afa/AFA.exe
8181
curl -fsSL "https://raw.githubusercontent.com/$repo/$tag/LICENSE" -o dist/aao.app/afa/LICENSE || echo "[WARN] AFA LICENSE 未取到"
8282
- name: Sync game data
83-
run: uv run python -m aao.resources.syncer --remote
83+
run: uv run python -m aao.resources.syncer
8484
- name: Stage external resources
8585
shell: bash
8686
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
curl -fsSL "https://raw.githubusercontent.com/$repo/$tag/LICENSE" -o dist/aao.app/afa/LICENSE || echo "[WARN] AFA LICENSE 未取到"
6969
ls -la dist/aao.app/afa/
7070
- name: Sync game data
71-
run: uv run python -m aao.resources.syncer --remote
71+
run: uv run python -m aao.resources.syncer
7272
- name: Stage external resources
7373
shell: bash
7474
run: |

0 commit comments

Comments
 (0)