We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896f93d commit 02cbb97Copy full SHA for 02cbb97
.github/workflows/publish.yml
@@ -66,7 +66,7 @@ jobs:
66
if: github.event_name == 'release' && github.event.action == 'created'
67
with:
68
files: 'build/libs/CustomJsonLibCrossPlatform.jar'
69
- name: CustomJsonLib.jar
+ asset_name: CustomJsonLib.jar
70
71
- name: Publish Artifacts to Maven Repository
72
0 commit comments