From eb70576f7e87d9a783c703b8a37c7412b98ed6c2 Mon Sep 17 00:00:00 2001 From: Andrew Yang Date: Tue, 12 Nov 2024 11:54:59 +1100 Subject: [PATCH] chore: try build ios --- .github/workflows/ui-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 75ae03d2..a6de7550 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -50,8 +50,8 @@ jobs: with: targetPlatform: ${{ matrix.targetPlatform }} projectPath: sample - buildMethod: ${{ matrix.buildMethod }} - customParameters: -logFile logFile.log -quit -batchmode + - name: List build directory + run: ls -R sample/Builds/ - name: Upload artifact uses: actions/upload-artifact@v4 with: