构建问题

This commit is contained in:
lushunming 2025-11-03 15:05:37 +08:00
parent 683621c729
commit 9c00eb51d5
1 changed files with 6 additions and 0 deletions

View File

@ -25,3 +25,9 @@ jobs:
run: ./gradlew app:buildCustomSpiderJar 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']"