mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
FIX: Artifact path
This commit is contained in:
parent
399a3a69db
commit
830a653051
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue