Skip to content

Commit 2f9b7c5

Browse files
authored
Update action.yml
1 parent e4d5764 commit 2f9b7c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ runs:
5555
"ARM64")
5656
arch="arm64"
5757
;;
58-
echo "Unsupported architecture: $arch"
58+
*)
59+
echo "Unsupported architecture: ${{ runner.arch }}"
5960
exit 1
6061
;;
6162
esac

0 commit comments

Comments
 (0)