Create workflows

This commit is contained in:
daji888 2023-12-28 16:03:30 +08:00 committed by GitHub
parent 099edcc925
commit e2c7bd531c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

27
.github/workflows vendored Normal file
View File

@ -0,0 +1,27 @@
name: Spider Jar Gen CI
on: workflow_dispatch
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
cache: gradle
- name: Build with Gradle
run: ./build.bat ec
- name: Update spider jar
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: 'update spider jar'
add: "['./jar/custom_spider.jar', './jar/custom_spider.jar.md5']"