refactor: update build.gradle

This commit is contained in:
guqing
2022-12-01 11:18:58 +08:00
parent 3dab7abaf1
commit 6185f9814e
2 changed files with 7 additions and 14 deletions

View File

@@ -56,7 +56,7 @@ jobs:
with:
name: plugin-starter
path: |
build/libs/*-plain.jar
build/libs/*.jar
retention-days: 1
github-release:
@@ -102,4 +102,4 @@ jobs:
release_id: releaseId,
name: artifactName,
data: await fs.readFile(artifactPathName)
});
});