From 2629a56005670d57a00c9d239243a45148e1bdbd Mon Sep 17 00:00:00 2001 From: zxyadc <101701125+zxyadc@users.noreply.github.com> Date: Sat, 23 Mar 2024 10:15:03 +0800 Subject: [PATCH] Rename main.yml to .github/workflows/main.yml --- main.yml => .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename main.yml => .github/workflows/main.yml (98%) diff --git a/main.yml b/.github/workflows/main.yml similarity index 98% rename from main.yml rename to .github/workflows/main.yml index 725aaa88..875e1215 100644 --- a/main.yml +++ b/.github/workflows/main.yml @@ -24,4 +24,4 @@ jobs: with: default_author: github_actions message: 'update spider jar' - add: "['./jar/custom_spider.jar', './jar/custom_spider.jar.md5']" \ No newline at end of file + add: "['./jar/custom_spider.jar', './jar/custom_spider.jar.md5']"