Skip to content

Commit

Permalink
chore: ls
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-yangy committed Nov 12, 2024
1 parent 869c2fc commit 5c639b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 5c639b5

Please sign in to comment.