File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- # XCode-Deploy 1.11
1+ # XCode-Deploy 1.1
22This action will archive, export, and upload your project or workspace to App Store Connect (TestFlight).
33It is designed to run on a containerized VM, such as a GitHub Hosted Runner.
44If 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
5151## Sample Usage
5252``` yml
5353- name : Deploy
54- uses : vfrascello/xcode-deploy@v1.11
54+ uses : vfrascello/xcode-deploy@v1.1
5555 with :
5656 configuration : ' Release'
5757 scheme : ' MyScheme'
Original file line number Diff line number Diff line change 11name : ' XCode-Deploy'
22description : ' Archive, Export, and Upload a build to App Store Connect (TestFlight)'
33author : ' Vincent Frascello'
4-
4+ branding :
5+ icon : ' upload-cloud'
6+ color : ' yellow'
7+
58inputs :
69 configuration :
710 description : ' Configuration (default: Release)'
You can’t perform that action at this time.
0 commit comments