diff --git a/scripts/build/macos-standalone.sh b/scripts/build/macos-standalone.sh index 5e2ea0f96..14b865c63 100755 --- a/scripts/build/macos-standalone.sh +++ b/scripts/build/macos-standalone.sh @@ -123,5 +123,5 @@ echo "Disk image created at $dmg_path" # Move to final location the uploader expects if [[ -n "${ARTIFACT_PATH:-}" ]]; then - mv "$package_path" "$ARTIFACT_PATH" + mv "$dmg_path" "$ARTIFACT_PATH" fi