From c02f1fc27ad6afa9b2758fd8c54a3e338d946fae Mon Sep 17 00:00:00 2001 From: nbwzlyd1 <1185675288@qq.com> Date: Mon, 1 May 2023 16:55:57 +0800 Subject: [PATCH] workflow --- .github/workflows/main.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 851f5241..725aaa88 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,20 +8,20 @@ jobs: 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']" + - 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']" \ No newline at end of file