Skip to content

Commit

Permalink
CI: add .exe to windows produced mlar released
Browse files Browse the repository at this point in the history
  • Loading branch information
commial committed Oct 7, 2023
1 parent 46ea65e commit efc7dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mlar_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./mlar-windows/mlar.exe
asset_content_type: application/octet-stream
asset_name: mlar-windows-${{ steps.get_version.outputs.VERSION }}
asset_name: mlar-windows-${{ steps.get_version.outputs.VERSION }}.exe

- name: Release MacOS artifact
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit efc7dff

Please sign in to comment.