Add files via upload
This commit is contained in:
parent
d586a0093c
commit
b79dd1511d
|
|
@ -0,0 +1,27 @@
|
|||
name: Spider Jar Gen CI
|
||||
|
||||
on: workflow_dispatch
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'adopt'
|
||||
cache: gradle
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./buildAndGenJar.bat ec
|
||||
|
||||
- name: Update spider jar
|
||||
uses: EndBug/add-and-commit@v7
|
||||
with:
|
||||
default_author: github_actions
|
||||
message: 'update spider jar'
|
||||
add: "['./jar/custom_spider.jar', './jar/custom_spider.jar.md5']"
|
||||
Loading…
Reference in New Issue