From b4c92ea28da55c050e690a41e3dda1c481a9e327 Mon Sep 17 00:00:00 2001 From: Utku <74243531+utkubakir@users.noreply.github.com> Date: Thu, 18 May 2023 15:43:54 +0300 Subject: [PATCH] fix (#828) --- .github/scripts/setup-system.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/setup-system.sh b/.github/scripts/setup-system.sh index 346abf0ef..e20964d4f 100755 --- a/.github/scripts/setup-system.sh +++ b/.github/scripts/setup-system.sh @@ -335,10 +335,10 @@ elif [ "$SYSNAME" = "Darwin" ]; then echo "Download patched tauri cli.js build..." case "$_arch" in x86_64) - _artifact_url="https://nightly.link/${_sd_gh_path}/actions/artifacts/687573480.zip" + _artifact_url="https://nightly.link/${_sd_gh_path}/actions/artifacts/702683038.zip" ;; arm64) - _artifact_url="https://nightly.link/${_sd_gh_path}/actions/artifacts/687573479.zip" + _artifact_url="https://nightly.link/${_sd_gh_path}/actions/artifacts/702683035.zip" ;; *) err "Unsupported architecture: $_arch"