Skip to content

Commit e5e81b5

Browse files
authored
Merge pull request #23 from meatnordrink/patch-3
[docs] Update README.md: Correcting .app vs .zip for iOS upload
2 parents 03be643 + 6de6f1c commit e5e81b5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ This action is a swap in replacement for the [Maestro Cloud Action](https://gith
44

55
It lets you run your flows on [devicecloud.dev](https://devicecloud.dev) to save money and access extra features.
66

7-
*Note: There is one key difference from the Maestro version of the action - for iOS uploads, a `.zip` is required, rather than a `.app`*
8-
97
# Using the action
108

119
Add the following to your workflow. Note that you can use the `v1` tag if you want to keep using the latest version of the action, which will automatically resolve to all `v1.minor.patch` versions as they get published.
@@ -67,7 +65,7 @@ jobs:
6765
app-file: <app_name>.zip
6866
```
6967

70-
`app-file` should point to an Apple silicon compatible Simulator .app build which has then been zipped, either directly to the file or a glob pattern matching the file name. When using a pattern, the first matched file will be used.
68+
`app-file` should point to an Apple silicon compatible Simulator .app build, or a zipped (`.zip`) bundle of a .app build; either directly to the file or a glob pattern matching the file name. When using a pattern, the first matched file will be used.
7169

7270
# Custom workspace location
7371

0 commit comments

Comments
 (0)