diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f0fa50..3becb51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps - asset_path: ./command/build/libs/command-v d${{ steps.get_version.outputs.VERSION }}.zip + asset_path: ./command/build/libs/command-v${{ steps.get_version.outputs.VERSION }}.zip asset_name: command-${{ steps.get_version.outputs.VERSION }}.zip asset_content_type: application/zip