Skip to content

Commit 1f57aa7

Browse files
author
Vincent Frascello
committed
Minor Bug Fixes
1 parent d9345cc commit 1f57aa7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Readme.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# XCode-Deploy 1.11
1+
# XCode-Deploy 1.1
22
This action will archive, export, and upload your project or workspace to App Store Connect (TestFlight).
33
It is designed to run on a containerized VM, such as a GitHub Hosted Runner.
44
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
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'

action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: 'XCode-Deploy'
22
description: 'Archive, Export, and Upload a build to App Store Connect (TestFlight)'
33
author: 'Vincent Frascello'
4-
4+
branding:
5+
icon: 'upload-cloud'
6+
color: 'yellow'
7+
58
inputs:
69
configuration:
710
description: 'Configuration (default: Release)'

0 commit comments

Comments
 (0)