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 3c1be22 commit 4d7f033Copy full SHA for 4d7f033
.github/workflows/publish.yml
@@ -53,7 +53,7 @@ jobs:
53
# See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
54
upload_url: ${{ steps.create_release.outputs.upload_url }}
55
asset_path: module-assembler-intellij-plugin/build/distributions/module-assembler-intellij-plugin-1.4.0.zip
56
- asset_name: module-assembler-intellij-plugin.zip
+ asset_name: module-assembler-intellij-plugin-1.4.0.zip
57
asset_content_type: application/zip
58
59
0 commit comments