Skip to content

Commit 5c639b5

Browse files
committed
chore: ls
1 parent 869c2fc commit 5c639b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ui-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ jobs:
4141
with:
4242
targetPlatform: ${{ matrix.targetPlatform }}
4343
projectPath: sample
44+
buildMethod: ${{ matrix.buildMethod }}
45+
customParameters: -logFile logFile.log -quit -batchmode
4446
- name: List build directory
45-
run: ls -R sample/Builds/
47+
run: ls -R ./
4648
- name: Upload artifact
4749
uses: actions/upload-artifact@v4
4850
if: always()

0 commit comments

Comments
 (0)