From bc69b4d2e0d8d0054f1b2ebc6afdc5a8e14de37a Mon Sep 17 00:00:00 2001 From: Vincent Frascello Date: Sun, 18 Sep 2022 15:47:46 -0700 Subject: [PATCH] Updated Readme and Version. --- Readme.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.MD b/Readme.MD index 1c072f6..096cb43 100644 --- a/Readme.MD +++ b/Readme.MD @@ -1,4 +1,4 @@ -# XCode-Deploy 1.1 +# XCode-Deploy 1.3 This action will archive, export, and upload your project or workspace to App Store Connect (TestFlight). It is designed to run on a containerized VM, such as a GitHub Hosted Runner. If self-hosting, some of these steps may be unnecessary or redundant. @@ -51,7 +51,7 @@ You can generate one of these by doing a local export in XCode and then copy it ## Sample Usage ```yml - name: Deploy - uses: vfrascello/xcode-deploy@v1.1 + uses: vfrascello/xcode-deploy@v1.3 with: configuration: 'Release' scheme: 'MyScheme'