From 40f2b6eb42069e9933191e9c1ba5a8b0a91c6630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Thu, 25 Jun 2026 19:47:32 +0800 Subject: [PATCH] release: Fix upload ios deb --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 3c6523d87..340f92e46 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,6 @@ build_ios_deb: $(MAKE) -C ../sing-box-for-apple build_ios_deb upload_ios_deb: - cd dist && \ ghr --replace --draft --prerelease "v${VERSION}" ../sing-box-for-apple/build/jailbreak/"SFI-${VERSION}-iphoneos-arm64.deb" release_ios: build_ios upload_ios_app_store