From 5a8952542ecf1c1f6e8b825a026505639d2f28e7 Mon Sep 17 00:00:00 2001 From: TargetLocked <32962687+TargetLocked@users.noreply.github.com> Date: Tue, 30 Jul 2024 17:07:39 +0800 Subject: [PATCH] fix: incorrect path while building sing-rule-set --- .github/workflows/run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 577de730..7ef6dd1f 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -232,7 +232,7 @@ jobs: mkdir -p sing-rule/geo/geosite && mkdir -p sing-rule/geo/geoip cd convert go run ./ geosite -f ../custom/publish/geosite.dat -o ../sing-rule/geo/geosite -t sing-box - go run ./ geoip -f ../geoip.dat -o ../sing-rule/geo/geosite -t sing-box + go run ./ geoip -f ../geoip.dat -o ../sing-rule/geo/geoip -t sing-box - name: Convert geo-lite to sing-rule-set env: