Skip to content

Commit 65c743d

Browse files
committed
chore: build
1 parent eb70576 commit 65c743d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,11 @@ jobs:
5050
with:
5151
targetPlatform: ${{ matrix.targetPlatform }}
5252
projectPath: sample
53-
- name: List build directory
54-
run: ls -R sample/Builds/
5553
- name: Upload artifact
5654
uses: actions/upload-artifact@v4
5755
with:
5856
name: Build-${{ matrix.targetPlatform }}
59-
path: sample/Builds/${{ matrix.buildPath }}
57+
path: build
6058
test:
6159
name: Run ${{ matrix.targetPlatform }} UI tests 🧪
6260
needs: build

0 commit comments

Comments
 (0)