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 11813c5 commit 88da3d4Copy full SHA for 88da3d4
1 file changed
README.md
@@ -146,8 +146,9 @@ jobs:
146
uses: actions/upload-artifact@v3
147
with:
148
name: ${{ needs.get-info.outputs.base-name }}_iOS_ipa
149
- path: ${{ env.OUTPUT_FOLDER }}/${{ steps.process-app-name.outputs.product-name }}.ipa
+ path: ${{ env.OUTPUT_FOLDER }}/${{ env.PRODUCT_NAME }}.ipa
150
```
151
+
152
## All inputs
153
154
| Name | Required | Default | Description |
0 commit comments