构建问题
This commit is contained in:
parent
9c00eb51d5
commit
03276cf9dd
|
|
@ -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']"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue