diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index a6de7550..9c1c6b5b 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -50,13 +50,11 @@ jobs: with: targetPlatform: ${{ matrix.targetPlatform }} projectPath: sample - - name: List build directory - run: ls -R sample/Builds/ - name: Upload artifact uses: actions/upload-artifact@v4 with: name: Build-${{ matrix.targetPlatform }} - path: sample/Builds/${{ matrix.buildPath }} + path: build test: name: Run ${{ matrix.targetPlatform }} UI tests 🧪 needs: build