Skip to content

Commit 2c10c93

Browse files
fix asset path
1 parent d2fa44b commit 2c10c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/upload-release-asset@v1
4949
with:
5050
upload_url: ${{ steps.create_release.outputs.upload_url }}
51-
asset_path: target/*.jar
51+
asset_path: target/python-generator-0.0.0.main-SNAPSHOT.jar
5252
asset_name: python-generator-${{ github.ref_name }}.jar
5353
asset_content_type: application/java-archive
5454
env:

0 commit comments

Comments
 (0)