diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 7fc37fa..5120ca8 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -115,7 +115,7 @@ jobs: with: upload_url: ${{ needs.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: ./${{ matrix.container }}-${{ matrix.name }}.zip - asset_name: ${{ matrix.container }}-${{ matrix.name s}}.zip + asset_name: ${{ matrix.container }}-${{ matrix.name }}.zip asset_content_type: application/zip build: