We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7370298 commit 3635591Copy full SHA for 3635591
.github/workflows/ci_e2e_tests_ios.yaml
@@ -169,9 +169,9 @@ jobs:
169
- name: Unzip apps
170
run: |
171
mkdir -p apps/wallet
172
- unzip apps/wallet-internal/wallet.zip -d apps/wallet
+ unzip apps/wallet.zip -d apps/wallet
173
mkdir -p apps/dapp
174
- unzip apps/dapp-internal/dapp.zip -d apps/dapp
+ unzip apps/dapp.zip -d apps/dapp
175
176
- name: List extracted apps
177
0 commit comments