Skip to content

Commit 25b4997

Browse files
chore: changed artifact folder
1 parent 46769e5 commit 25b4997

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci_e2e_tests_ios.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Upload Wallet App
7272
uses: actions/upload-artifact@v4
7373
with:
74-
name: rn_cli_wallet-internal-app
74+
name: wallet-internal
7575
path: ./wallets/rn_cli_wallet/ios/wallet.zip
7676

7777
build_dapp_app:
@@ -140,7 +140,7 @@ jobs:
140140
- name: Upload dApp App
141141
uses: actions/upload-artifact@v4
142142
with:
143-
name: W3MWagmi-internal-app
143+
name: dapp-internal
144144
path: ./dapps/W3MWagmi/ios/dapp.zip
145145

146146
run_e2e_tests:
@@ -169,9 +169,9 @@ jobs:
169169
- name: Unzip apps
170170
run: |
171171
mkdir -p apps/wallet
172-
unzip apps/rn_cli_wallet-internal-app/wallet.zip -d apps/wallet
172+
unzip apps/wallet-internal/wallet.zip -d apps/wallet
173173
mkdir -p apps/dapp
174-
unzip apps/W3MWagmi-internal-app/dapp.zip -d apps/dapp
174+
unzip apps/dapp-internal/dapp.zip -d apps/dapp
175175
176176
- name: List extracted apps
177177
run: |

0 commit comments

Comments
 (0)