We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f716c0f commit 1fd321cCopy full SHA for 1fd321c
.github/workflows/ui-tests.yml
@@ -28,7 +28,7 @@ jobs:
28
buildMethod: MobileBuilder.BuildForAltTester
29
buildPath: Android
30
- targetPlatform: iOS
31
- buildMethod: MobileBuilder.BuildForAltTester
+ buildMethod: MobileBuilder.Build
32
buildPath: iOS
33
steps:
34
- uses: actions/checkout@v3
@@ -52,8 +52,6 @@ jobs:
52
projectPath: sample
53
buildMethod: ${{ matrix.buildMethod }}
54
customParameters: -logFile logFile.log -quit -batchmode
55
- - name: List build directory
56
- run: ls -R sample/Builds/
57
- name: Upload artifact
58
uses: actions/upload-artifact@v4
59
with:
0 commit comments