workflow
This commit is contained in:
parent
847e8eef93
commit
c02f1fc27a
|
|
@ -8,20 +8,20 @@ jobs:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: set up JDK 11
|
- name: set up JDK 11
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
java-version: '11'
|
java-version: '11'
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./build.bat ec
|
run: ./build.bat ec
|
||||||
|
|
||||||
- name: Update spider jar
|
- name: Update spider jar
|
||||||
uses: EndBug/add-and-commit@v7
|
uses: EndBug/add-and-commit@v7
|
||||||
with:
|
with:
|
||||||
default_author: github_actions
|
default_author: github_actions
|
||||||
message: 'update spider jar'
|
message: 'update spider jar'
|
||||||
add: "['./jar/custom_spider.jar', './jar/custom_spider.jar.md5']"
|
add: "['./jar/custom_spider.jar', './jar/custom_spider.jar.md5']"
|
||||||
Loading…
Reference in New Issue