构建问题

This commit is contained in:
lushunming 2025-11-03 15:14:15 +08:00
parent 9c00eb51d5
commit 03276cf9dd
1 changed files with 4 additions and 3 deletions

View File

@ -25,9 +25,10 @@ jobs:
run: ./gradlew app:buildCustomSpiderJar run: ./gradlew app:buildCustomSpiderJar
- name: Update spider jar - name: Add & Commit
uses: EndBug/add-and-commit@v7 uses: EndBug/add-and-commit@v9.1.4
with: with:
default_author: github_actions default_author: github_actions
message: 'update spider jar and json' message: 'update spider jar and json'
add: "['./jar/custom_spider.jar', './jar/custom_spider.jar.md5','./json/index.json']" add: "['./jar/custom_spider.jar', './jar/custom_spider.jar.md5','./json/index.json']"