diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bc2d29b..1ed8e3d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,5 +56,5 @@ jobs: 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: ./deploy/otpcli.${{matrix.build.name}}.tar.xz - asset_name: otpcli-${{matrix.build.type}}-${{martrix.build.features}} + asset_name: otpcli-${{matrix.build.type}}-${{matrix.build.features}} asset_content_type: application/tar