We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231bf1c commit ed66bbeCopy full SHA for ed66bbe
1 file changed
.github/workflows/release-binaries.yml
@@ -36,7 +36,7 @@ jobs:
36
shell: bash
37
run: |
38
set -euo pipefail
39
- os="${RUNNER_OS,,}"
+ os="$(printf '%s' "$RUNNER_OS" | tr '[:upper:]' '[:lower:]')"
40
arch_raw="$(uname -m)"
41
case "$arch_raw" in
42
x86_64|amd64) arch="x64" ;;
0 commit comments