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