fix: create_release update

This commit is contained in:
Jack Wills
2025-06-18 09:24:08 +00:00
parent f2cad48614
commit c48465f536
+1 -1
View File
@@ -239,7 +239,6 @@ zig_build_aarch64_apple() {
echo -e "${YELLOW}sudo chown -R vscode:vscode $(pwd)/target${RESET}" echo -e "${YELLOW}sudo chown -R vscode:vscode $(pwd)/target${RESET}"
sudo chown -R vscode:vscode "$(pwd)/target" sudo chown -R vscode:vscode "$(pwd)/target"
fi fi
} }
# Build all releases that GitHub workflow would # Build all releases that GitHub workflow would
@@ -310,6 +309,7 @@ build_container_all() {
build_container_arm64 build_container_arm64
ask_continue ask_continue
build_container_armv6 build_container_armv6
ask_continue
} }
# Full flow to create a new release # Full flow to create a new release