Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit b3df25d

Browse files
authored
chore: correct release name (#1853)
1 parent 4ea1b6b commit b3df25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/template-build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
with:
244244
upload_url: ${{ inputs.upload_url }}
245245
asset_path: ./engine/cortex.tar.gz
246-
asset_name: cortex-${{ inputs.new_version }}-linux${{ inputs.arch }}.tar.gz
246+
asset_name: cortex-${{ inputs.new_version }}-linux-${{ inputs.arch }}.tar.gz
247247
asset_content_type: application/zip
248248

249249
- name: Upload release assert if public provider is github

0 commit comments

Comments
 (0)