From a2f6800b8cfadfa657d932f54f42124f56512825 Mon Sep 17 00:00:00 2001 From: Marco Rossi Date: Mon, 11 Mar 2024 15:59:20 +0100 Subject: [PATCH] Update and rename upload-appstore-ios-app.yml to upload-testflight-ios-app.yml --- ...load-appstore-ios-app.yml => upload-testflight-ios-app.yml} | 3 --- 1 file changed, 3 deletions(-) rename .github/workflows/{upload-appstore-ios-app.yml => upload-testflight-ios-app.yml} (98%) diff --git a/.github/workflows/upload-appstore-ios-app.yml b/.github/workflows/upload-testflight-ios-app.yml similarity index 98% rename from .github/workflows/upload-appstore-ios-app.yml rename to .github/workflows/upload-testflight-ios-app.yml index 5d64cbd..28844f5 100644 --- a/.github/workflows/upload-appstore-ios-app.yml +++ b/.github/workflows/upload-testflight-ios-app.yml @@ -15,9 +15,6 @@ on: IOS_APP_IDENTIFIER: required: true type: string - IOS_EXPORT_OPTIONS_PLIST_PATH: - required: true - type: string IOS_DISTRIBUTE_EXTERNAL: required: true type: string