mirror of
https://github.com/halo-dev/plugin-starter.git
synced 2026-01-13 06:05:59 +08:00
refactor: rename archive file name
This commit is contained in:
6
.github/workflows/workflow.yaml
vendored
6
.github/workflows/workflow.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user