File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments