Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jiange1236 authored May 28, 2024
1 parent 1eb752f commit 444e3c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
- name: Generate BlueSkyXN file
run: |
curl -sSL ${BlueSkyXN_skyrules} | grep "^||" | sed -e 's/^||//; s/\^$//' > BlueSkyXN/skyrules.txt
curl -sSL ${BlueSkyXN_ok} | grep "^@@||" | sed -e 's/^@@||//; s/[\|]$//; s/[\^]$//' > BlueSkyXN/ok.txt
curl -sSL ${BlueSkyXN_ok} grep "^@@||" | sed -e 's/^@@||//; s/[\|]$//; s/[\^]$//' > BlueSkyXN/ok.txt
- name: Generate Cats-Team file
run: |
curl -sSL ${Cats-Team_adrules} | sed -e 's/^DOMAIN-SUFFIX,//' > Cats-Team/adrules.txt
curl -sSL ${Cats-Team_adrules} | grep "^DOMAIN-SUFFIX," | sed -e 's/^DOMAIN-SUFFIX//; s/^,//' > Cats-Team/adrules.txt
- name: Zip 217heidai
uses: montudor/action-zip@v1
Expand Down

0 comments on commit 444e3c3

Please sign in to comment.