FIX: Artifact path

This commit is contained in:
Marcos Rodriguez Velez 2023-12-06 13:04:05 -04:00
parent 399a3a69db
commit 830a653051
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7

View file

@ -135,7 +135,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: BlueWallet-${{ env.NEW_BUILD_NUMBER }}.ipa
path: ./ios/build/BlueWallet-${{ env.NEW_BUILD_NUMBER }}.ipa
path: ./ios/build/BlueWallet_${{ env.NEW_BUILD_NUMBER }}.ipa
- name: Upload Fastlane logs as Artifact
if: always()