Skip to content

Commit 88da3d4

Browse files
committed
- Update example
1 parent 11813c5 commit 88da3d4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,9 @@ jobs:
146146
uses: actions/upload-artifact@v3
147147
with:
148148
name: ${{ needs.get-info.outputs.base-name }}_iOS_ipa
149-
path: ${{ env.OUTPUT_FOLDER }}/${{ steps.process-app-name.outputs.product-name }}.ipa
149+
path: ${{ env.OUTPUT_FOLDER }}/${{ env.PRODUCT_NAME }}.ipa
150150
```
151+
151152
## All inputs
152153
153154
| Name | Required | Default | Description |

0 commit comments

Comments
 (0)