We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2a270 commit a8e3226Copy full SHA for a8e3226
1 file changed
.github/workflows/build.yml
@@ -172,7 +172,7 @@ jobs:
172
if: startsWith(github.ref, 'refs/tags/')
173
run: |
174
echo "Downloading latest China IP list..."
175
- curl -L -o chn_ip.txt "https://raw.githubusercontent.com/mayaxcn/china-ip-list/master/chn_ip.txt" || echo "Failed to download, will skip"
+ curl -L -o chn_ip.txt "https://raw.githubusercontent.com/mayaxcn/china-ip-list/refs/heads/master/chn_ip.txt" || echo "Failed to download, will skip"
176
if [ -f "chn_ip.txt" ]; then
177
echo "✓ China IP list downloaded successfully"
178
wc -l chn_ip.txt
0 commit comments