From 4b9e199cdeaa8e65038f75b3120e595ebc7f2a28 Mon Sep 17 00:00:00 2001 From: Yan <15308404+OctoNezd@users.noreply.github.com> Date: Wed, 3 Jan 2024 22:19:04 +0300 Subject: [PATCH] fix typo --- .github/workflows/make-rel-ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make-rel-ios.yml b/.github/workflows/make-rel-ios.yml index 6450ec9..a88c960 100644 --- a/.github/workflows/make-rel-ios.yml +++ b/.github/workflows/make-rel-ios.yml @@ -41,5 +41,5 @@ jobs: cd dist xcrun safari-web-extension-converter . --ios-only --force --no-prompt --no-open ls - cat *.xcodproj + cat *.xcodeproj xcodebuild clean archive -sdk iphonesimulator -destination 'generic/platform=iOS Simulator'