Skip to content

Commit f141aef

Browse files
:|
1 parent 552b8ab commit f141aef

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ios_navigation_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
echo "SIMULATOR_ID=$SIMULATOR_ID"
5555
echo "SIMULATOR_ID=$SIMULATOR_ID" >> $GITHUB_ENV
5656
57+
- name: find the app
58+
run: |
59+
#find /Users/runner/work -name "*.app"
60+
mkdir -p /Users/runner/work/mobileapp
61+
cp -R /Users/runner/work/TransactionMobile/TransactionMobile/TransactionMobile.Maui/bin/Release/net9.0-ios/iossimulator-arm64/TransactionMobile.Maui.app /Users/runner/work/mobileapp/
5762
5863
- name: Install MAUI Workloads
5964
run: |

0 commit comments

Comments
 (0)