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 5244a76 commit a5331faCopy full SHA for a5331fa
.github/workflows/ui-tests.yml
@@ -50,8 +50,11 @@ jobs:
50
projectPath: sample
51
buildMethod: ${{ matrix.buildMethod }}
52
customParameters: -logFile logFile.log -quit -batchmode
53
+ artifactsPath: ${{ matrix.buildPath }}
54
- name: List build directory
55
run: ls -R ./
56
+ - name: Ensure build path exists
57
+ run: mkdir -p ${{ matrix.buildPath }}
58
- name: Upload artifact
59
uses: actions/upload-artifact@v4
60
if: always()
0 commit comments