diff --git a/.gitea/workflows/sync_raw_file.yml b/.gitea/workflows/sync_raw_file.yml index 08310f5..66a01f8 100644 --- a/.gitea/workflows/sync_raw_file.yml +++ b/.gitea/workflows/sync_raw_file.yml @@ -12,8 +12,8 @@ jobs: - name: Download raw file from GitHub run: | - mkdir -p ./temp/sync/ - curl -o ./temp/sync/China_All.list https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/refs/heads/master/rule/Surge/China/China_All.list + mkdir -p /temp/sync/ + curl -o /temp/sync/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: |