Skip to content

Commit 29f27f0

Browse files
committed
no version in binary name
1 parent fb7e313 commit 29f27f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
upload_url: ${{ steps.create_release.outputs.upload_url }}
3232
asset_path: ./bin/apiserver
33-
asset_name: apiserver-${{ steps.set_version.outputs.version }}
33+
asset_name: apiserver
3434
asset_content_type: application/octet-stream
3535
- name: upload gateway-agent binary
3636
uses: actions/[email protected]
@@ -39,5 +39,5 @@ jobs:
3939
with:
4040
upload_url: ${{ steps.create_release.outputs.upload_url }}
4141
asset_path: ./bin/gateway-agent
42-
asset_name: gateway-agent-${{ steps.set_version.outputs.version }}
42+
asset_name: gateway-agent
4343
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)