Skip to content

Commit c25421f

Browse files
add .exe to win binary
1 parent 9e0d5d7 commit c25421f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gfmrun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ jobs:
9191
with:
9292
upload_url: ${{ steps.create_release.outputs.upload_url }}
9393
asset_path: ./gfmrun-windows-amd64-${{ steps.extract_version.outputs.VERSION }}.exe
94-
asset_name: gfmrun-win-amd64-${{ steps.extract_version.outputs.VERSION }}
94+
asset_name: gfmrun-win-amd64-${{ steps.extract_version.outputs.VERSION }}.exe
9595
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)