Skip to content

Commit ec26029

Browse files
committed
added missing file extension in windows release executable
1 parent 7c1533e commit ec26029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ jobs:
7676
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7777
with:
7878
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
79-
asset_path: ./bin/gateway_windows_amd64
80-
asset_name: gateway_windows_amd64
79+
asset_path: ./bin/gateway_windows_amd64.exe
80+
asset_name: gateway_windows_amd64.exe
8181
asset_content_type: application/x-binary

0 commit comments

Comments
 (0)