From 5c639b53c9912025d7bcc609e8a2119bc757911d Mon Sep 17 00:00:00 2001 From: Andrew Yang Date: Tue, 12 Nov 2024 14:43:47 +1100 Subject: [PATCH] chore: ls --- .github/workflows/ui-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 53c44e8a..256810bf 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -41,8 +41,10 @@ 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/ + run: ls -R ./ - name: Upload artifact uses: actions/upload-artifact@v4 if: always()