chore: rename to plugin-starter

Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
Ryan Wang
2022-08-29 22:29:03 +08:00
parent 54c05283c6
commit e51643c65c
15 changed files with 37 additions and 33 deletions

View File

@@ -44,10 +44,10 @@ jobs:
- name: Build with Gradle
run: |
./gradlew clean build -x test
- name: Archive plugin-template jar
- name: Archive plugin-starter jar
uses: actions/upload-artifact@v2
with:
name: plugin-template
name: plugin-starter
path: |
build/libs/*-plain.jar
retention-days: 1