1
0
mirror of https://github.com/Loyalsoldier/clash-rules.git synced 2025-11-03 17:46:58 +08:00

Compare commits

...

1 Commits

Author SHA1 Message Date
loyalsoldier
7f13203f06 Refine telegram CIDR 2021-01-01 09:31:50 +08:00

View File

@@ -86,7 +86,6 @@ jobs:
- name: Generate telegramcidr.txt file
run: |
echo "payload:" > telegramcidr.txt
curl -sSL ${telegram_cidr} | perl -ne '/(.+\/\d+)/ && print " - |$1|\n"' | sed "s/|/'/g" >> telegramcidr.txt
- name: Move files to publish directory