From 1dfc7ad96a9f5e3c91880af0be3142c96c07d3f4 Mon Sep 17 00:00:00 2001 From: Nickolas Gupton Date: Mon, 9 Dec 2024 23:03:17 -0600 Subject: [PATCH] Fix channel name being wrong --- build-cloudflare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-cloudflare.sh b/build-cloudflare.sh index b7dc00b..af12cea 100644 --- a/build-cloudflare.sh +++ b/build-cloudflare.sh @@ -2,7 +2,7 @@ curl -sSL https://dot.net/v1/dotnet-install.sh > dotnet-install.sh chmod +x dotnet-install.sh -./dotnet-install.sh --channel latest --install-dir ./dotnet +./dotnet-install.sh --channel Current --install-dir ./dotnet ./dotnet/dotnet --version ./dotnet/dotnet workload install wasm-tools