Skip to content

Commit

Permalink
add .exe to win binary
Browse files Browse the repository at this point in the history
  • Loading branch information
asahasrabuddhe committed Dec 5, 2019
1 parent 9e0d5d7 commit c25421f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gfmrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./gfmrun-windows-amd64-${{ steps.extract_version.outputs.VERSION }}.exe
asset_name: gfmrun-win-amd64-${{ steps.extract_version.outputs.VERSION }}
asset_name: gfmrun-win-amd64-${{ steps.extract_version.outputs.VERSION }}.exe
asset_content_type: application/octet-stream

0 comments on commit c25421f

Please sign in to comment.