Add files via upload

This commit is contained in:
zxyadc 2024-03-23 10:14:03 +08:00 committed by GitHub
parent 6d6def5f91
commit 732f7dc2bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

27
main.yml 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@v2
- name: set up JDK 11
uses: actions/setup-java@v2
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@v7
with:
default_author: github_actions
message: 'update spider jar'
add: "['./jar/custom_spider.jar', './jar/custom_spider.jar.md5']"