From 2ba91a8525c630e6ae9594eff3adabc678d65c29 Mon Sep 17 00:00:00 2001 From: runetfreedom Date: Tue, 15 Oct 2024 01:55:14 +0300 Subject: [PATCH] sing-box srs support --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 05bea49..ec5f306 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,8 @@ jobs: go build -C geodat2srs ./ ./geodat2srs/geodat2srs geoip -i ./publish/geoip.dat -o ./tmp/sing-box/rule-set-geoip/ ./geodat2srs/geodat2srs geosite -i ./publish/geosite.dat -o ./tmp/sing-box/rule-set-geosite/ - zip -r ./publish/sing-box.zip ./tmp/sing-box + cd ./tmp/sing-box || exit 1 + zip -r ../../publish/sing-box.zip * - name: Release and upload assets uses: svenstaro/upload-release-action@v2