We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552b8ab commit f141aefCopy full SHA for f141aef
1 file changed
.github/workflows/ios_navigation_tests.yml
@@ -54,6 +54,11 @@ jobs:
54
echo "SIMULATOR_ID=$SIMULATOR_ID"
55
echo "SIMULATOR_ID=$SIMULATOR_ID" >> $GITHUB_ENV
56
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/
62
63
- name: Install MAUI Workloads
64
run: |
0 commit comments