We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d5f84 commit be65da1Copy full SHA for be65da1
1 file changed
.github/workflows/codeql.yml
@@ -122,7 +122,7 @@ jobs:
122
- if: matrix.build-mode == 'manual'
123
shell: bash
124
run: |
125
- cd android
+ cd ${{HOME}}/example/android
126
./gradlew build
127
128
- name: Perform CodeQL Analysis
@@ -179,7 +179,7 @@ jobs:
179
180
181
182
- cd ios
+ cd ${{HOME}}/example/ios
183
xcodebuild -workspace expopluginexample.xcodeproj -scheme expopluginexample -configuration Debug -destination 'platform=iOS Simulator,name=iPhone 16' build
184
185
0 commit comments