Skip to content

Commit

Permalink
fix(CI): fix linux binary release tar name (#3370)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzpap authored Oct 16, 2024
1 parent 65b8a76 commit b55b741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
shell: bash
run: |
export arch=$(uname -m)
export os_type="${linux}-${arch}"
export os_type="linux-${arch}"
echo "os_type=${os_type}" >> $GITHUB_ENV
- name: Set os/arch variables
Expand Down

0 comments on commit b55b741

Please sign in to comment.