From da1da90ef21b3d13ac374ac23fdff83853c489d9 Mon Sep 17 00:00:00 2001 From: guqing Date: Fri, 8 Jul 2022 16:27:25 +0800 Subject: [PATCH] refactor: rename archive file name --- .github/workflows/workflow.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 1f0770c..491d1a2 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -1,4 +1,4 @@ -name: Build Plugin JAR +name: Build Plugin JAR File on: push: @@ -44,10 +44,10 @@ jobs: - name: Build with Gradle run: | ./gradlew clean build -x test - - name: Archive plugin-links jar + - name: Archive halo-plugin-template jar uses: actions/upload-artifact@v2 with: - name: halo-plugin-template.jar + name: halo-plugin-template path: | build/libs/*-plain.jar retention-days: 1