We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8acde commit 3198da1Copy full SHA for 3198da1
.github/workflows/release-macos-app.yml
@@ -124,7 +124,7 @@ jobs:
124
exit 1
125
fi
126
127
- URL="https://ziglang.org/download/${ZIG_VERSION}/zig-macos-${ZIG_ARCH}-${ZIG_VERSION}.tar.xz"
+ URL="https://ziglang.org/download/${ZIG_VERSION}/zig-${ZIG_ARCH}-macos-${ZIG_VERSION}.tar.xz"
128
curl -fsSL "$URL" -o "$RUNNER_TEMP/zig.tar.xz"
129
mkdir -p "$RUNNER_TEMP/zig"
130
tar -xf "$RUNNER_TEMP/zig.tar.xz" -C "$RUNNER_TEMP/zig"
0 commit comments