chore: code cleanup

Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
Ryan Wang
2022-07-15 16:57:13 +08:00
parent 5f7b05e58a
commit a058a08907
15 changed files with 178 additions and 144 deletions

View File

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