Skip to content

Commit 2c0fc83

Browse files
Got the name of the release file wrong
1 parent 1ed9361 commit 2c0fc83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
with:
5858
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
59-
asset_path: ./wxmaxima-x86_64.AppImage
60-
asset_name: wxmaxima-x86_64.AppImage
59+
asset_path: ./maxima-x86_64.AppImage
60+
asset_name: maxima-x86_64.AppImage
6161
asset_content_type: application/x-executable

0 commit comments

Comments
 (0)