diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1061ea0..4f49fc8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -144,6 +144,6 @@ 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: ./build/compose/binaries/main/dmg/ck3-workbench_0.0.1-1_amd64.dmg - asset_name: ck3-workbench_0.0.1-1_amd64.dmg + asset_path: ./build/compose/binaries/main/dmg/ck3-workbench-0.0.1.dmg + asset_name: ck3-workbench-0.0.1.dmg asset_content_type: application/zip