Skip to content

Commit a859174

Browse files
committed
s
1 parent e97eb93 commit a859174

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pr.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,12 @@ jobs:
146146
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
147147
with:
148148
name: win-e2e-build-artifacts
149-
path:
150-
- 'dist/bin/tests/legacy-cli/**'
151-
- '!dist/bin/tests/legacy-cli/*/e2e.*_*.runfiles' # Exclude Linux files
152-
- 'dist/bin/tests/legacy-cli/*/e2e.*_*.bat.runfiles'
153-
- '!dist/bin/tests/legacy-cli/*/e2e.*saucelabs*' # Exclude Saucelabs files
154-
- '!dist/bin/tests/legacy-cli/*/e2e.*snapshots*' # Exclude snapshots files
149+
path: |
150+
dist/bin/tests/legacy-cli/**
151+
!dist/bin/tests/legacy-cli/*/e2e.*_*.runfiles
152+
dist/bin/tests/legacy-cli/*/e2e.*_*.bat.runfiles
153+
!dist/bin/tests/legacy-cli/*/e2e.*saucelabs*
154+
!dist/bin/tests/legacy-cli/*/e2e.*snapshots*
155155
retention-days: 1
156156
if-no-files-found: 'error'
157157

0 commit comments

Comments
 (0)