Delete .github/workflows/genJar.yml

This commit is contained in:
এ᭄遗忘໊࿐♥ 2024-07-12 07:53:07 +08:00 committed by GitHub
parent 2e941a488e
commit 6ef68bdf06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 27 deletions

View File

@ -1,27 +0,0 @@
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']"