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 1fd321c commit 51a7789Copy full SHA for 51a7789
.github/workflows/ui-tests.yml
@@ -50,8 +50,8 @@ jobs:
50
with:
51
targetPlatform: ${{ matrix.targetPlatform }}
52
projectPath: sample
53
- buildMethod: ${{ matrix.buildMethod }}
54
- customParameters: -logFile logFile.log -quit -batchmode
+ - name: List build directory
+ run: ls -R sample/Builds/
55
- name: Upload artifact
56
uses: actions/upload-artifact@v4
57
0 commit comments