Skip to content

Commit a8e3226

Browse files
authored
Update build.yml
1 parent 7e2a270 commit a8e3226

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
if: startsWith(github.ref, 'refs/tags/')
173173
run: |
174174
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"
175+
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"
176176
if [ -f "chn_ip.txt" ]; then
177177
echo "✓ China IP list downloaded successfully"
178178
wc -l chn_ip.txt

0 commit comments

Comments
 (0)