Skip to content

Commit 3635591

Browse files
chore: updated unzip path
1 parent 7370298 commit 3635591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_e2e_tests_ios.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ jobs:
169169
- name: Unzip apps
170170
run: |
171171
mkdir -p apps/wallet
172-
unzip apps/wallet-internal/wallet.zip -d apps/wallet
172+
unzip apps/wallet.zip -d apps/wallet
173173
mkdir -p apps/dapp
174-
unzip apps/dapp-internal/dapp.zip -d apps/dapp
174+
unzip apps/dapp.zip -d apps/dapp
175175
176176
- name: List extracted apps
177177
run: |

0 commit comments

Comments
 (0)