更新 .gitea/workflows/sync_raw_file.yml
Some checks failed
SyncRawFile / sync_files (push) Failing after 3s

This commit is contained in:
2024-11-09 06:35:49 +00:00
parent 96d01e90a7
commit 122b9af2ef

View File

@@ -15,8 +15,7 @@ jobs:
- name: Download raw file from GitHub
run: |
mkdir -p ./loon/
curl -o ./loon/China_All.list https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Surge/China/China_All.list
curl -o ./surge/China_All.list https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Surge/China/China_All.list
- name: Commit and push changes
run: |