Skip to content

Commit a5331fa

Browse files
committed
ci: fix game ci output path
1 parent 5244a76 commit a5331fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ui-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,11 @@ jobs:
5050
projectPath: sample
5151
buildMethod: ${{ matrix.buildMethod }}
5252
customParameters: -logFile logFile.log -quit -batchmode
53+
artifactsPath: ${{ matrix.buildPath }}
5354
- name: List build directory
5455
run: ls -R ./
56+
- name: Ensure build path exists
57+
run: mkdir -p ${{ matrix.buildPath }}
5558
- name: Upload artifact
5659
uses: actions/upload-artifact@v4
5760
if: always()

0 commit comments

Comments
 (0)