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 946b5ba commit 5c4a36cCopy full SHA for 5c4a36c
.github/workflows/release.yml
@@ -73,7 +73,7 @@ jobs:
73
uses: actions/upload-release-asset@latest
74
with:
75
upload_url: ${{ steps.create_release.outputs.upload_url }}
76
- asset_path: flyway-oceanbase-plugin/target/*.jar
+ asset_path: flyway-oceanbase-plugin/flyway-database-oceanbase/target/*.jar
77
asset_name: flyway-oceanbase-plugin.jar
78
asset_content_type: application/java-archive
79
0 commit comments