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