Skip to content

Commit 6eb0835

Browse files
committed
Fix
1 parent 92d3597 commit 6eb0835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ jobs:
4545
with:
4646
upload_url: ${{ steps.create_release.outputs.upload_url }}
4747
asset_path: build/libs/fooKotlinScriptSupport.jar
48-
asset_name: ${{ github.event.repository.name }}.jar
48+
asset_name: fooKotlinScriptSupport.jar
4949
asset_content_type: application/zip

0 commit comments

Comments
 (0)