Skip to content

Commit

Permalink
fix: x86_64 os check condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsblhsn authored Aug 20, 2024
1 parent 21db99a commit 879691f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
if [[ $os == "macOS" ]]; then
os="Darwin"
fi
if [[ $arch == "x86" ]]; then
if [[ $arch == "x64" ]]; then
arch="x86_64"
fi
if [[ ! -z ${tag} ]]; then
Expand Down

0 comments on commit 879691f

Please sign in to comment.