Skip to content

Commit 02cbb97

Browse files
committed
Fix release naming
1 parent 896f93d commit 02cbb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
if: github.event_name == 'release' && github.event.action == 'created'
6767
with:
6868
files: 'build/libs/CustomJsonLibCrossPlatform.jar'
69-
name: CustomJsonLib.jar
69+
asset_name: CustomJsonLib.jar
7070

7171
- name: Publish Artifacts to Maven Repository
7272
if: github.event_name == 'release' && github.event.action == 'created'

0 commit comments

Comments
 (0)