diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 0952b14..25bda1b 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -66,7 +66,7 @@ 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/[\^]$//' > BlueSkyXN/ok.txt + curl -sSL ${BlueSkyXN_ok} | grep "^@@||" | sed -e 's/^@@||//; s/[\|]$//; s/[\^]$//' > BlueSkyXN/ok.txt - name: Generate Cats-Team file run: |