Update build-release-testflight-ipa.yml

This commit is contained in:
Marcos Rodriguez Vélez 2023-12-05 00:39:09 -04:00 committed by GitHub
parent 2113b1a90f
commit b0f21f2758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,7 +119,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ${{ steps.ipa_name.outputs.ipa_output_name }}
path: ./build/${{ steps.ipa_name.outputs.ipa_output_name }}
path: ./ios/build/${{ steps.ipa_name.outputs.ipa_output_name }}
- name: Upload Fastlane logs as Artifact
if: always()