ruleset to acl4ssr

This commit is contained in:
ElonJunior 2024-05-29 15:10:17 +08:00
parent 3f1d4c1cf6
commit 30c1d8ddaf

View File

@ -72,7 +72,7 @@ jobs:
run: | run: |
cd sing-rule || exit 1 cd sing-rule || exit 1
cp ../workflow/README.md . && cp -r ../workflow/.github . cp ../workflow/README.md . && cp -r ../workflow/.github .
cp ACL4SSR/*.srs . cp ACL4SSR/Ruleset/*.srs ./ACL4SSR/
git init git init
git config --local user.name "github-actions[bot]" git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"