diff --git a/.github/workflows/genJar.yml b/.github/workflows/genJar.yml index 10426a1f..731b3753 100644 --- a/.github/workflows/genJar.yml +++ b/.github/workflows/genJar.yml @@ -25,3 +25,9 @@ jobs: run: ./gradlew app:buildCustomSpiderJar + - name: Update spider jar + uses: EndBug/add-and-commit@v7 + with: + default_author: github_actions + message: 'update spider jar and json' + add: "['./jar/custom_spider.jar', './jar/custom_spider.jar.md5','./json/index.json']" \ No newline at end of file