We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f57aa7 commit bc69b4dCopy full SHA for bc69b4d
Readme.MD
@@ -1,4 +1,4 @@
1
-# XCode-Deploy 1.1
+# XCode-Deploy 1.3
2
This action will archive, export, and upload your project or workspace to App Store Connect (TestFlight).
3
It is designed to run on a containerized VM, such as a GitHub Hosted Runner.
4
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
51
## Sample Usage
52
```yml
53
- name: Deploy
54
- uses: vfrascello/xcode-deploy@v1.1
+ uses: vfrascello/xcode-deploy@v1.3
55
with:
56
configuration: 'Release'
57
scheme: 'MyScheme'
0 commit comments