diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index d340a6e..f5a7d99 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -56,6 +56,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: ./wxmaxima-x86_64.AppImage - asset_name: wxmaxima-x86_64.AppImage + asset_path: ./maxima-x86_64.AppImage + asset_name: maxima-x86_64.AppImage asset_content_type: application/x-executable