Skip to content

Commit

Permalink
fix: fixing download artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoc7 committed Apr 27, 2024
1 parent f5931d4 commit 559d6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,6 @@ jobs:
PLUGIN_ARCHIVE_NAME: ${{needs.build.outputs.plugin-archive-name}}
with:
upload_url: ${{env.RELEASE_URL}}
asset_path: ${{PLUGIN_ARCHIVE_FULL}}
asset_name: ${{PLUGIN_ARCHIVE_NAME}}
asset_path: ${{env.PLUGIN_ARCHIVE_FULL}}
asset_name: ${{env.PLUGIN_ARCHIVE_NAME}}
asset_content_type: application/zip

0 comments on commit 559d6f6

Please sign in to comment.