Skip to content

Commit 71d9c5a

Browse files
committed
Fix asset name
1 parent 2ca44fb commit 71d9c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
with:
153153
upload_url: ${{ steps.rel.outputs.upload_url }}
154154
asset_path: artifacts/stackman-amd64-linux
155-
asset_name: stackman-amd64-linux
155+
asset_name: stackman-linux-amd64
156156
asset_content_type: application/octet-stream
157157

158158
- name: Upload arm64 binary to release
@@ -163,5 +163,5 @@ jobs:
163163
with:
164164
upload_url: ${{ steps.rel.outputs.upload_url }}
165165
asset_path: artifacts/stackman-arm64-linux
166-
asset_name: stackman-arm64-linux
166+
asset_name: stackman-linux-arm64
167167
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)