File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 outPath : build-${{ matrix.os }}.tar.gz
137137 - name : Archive E2E Infrastructure
138138139- if : ${{ matrix.os == 'ubuntu -latest' || matrix.os == 'ubuntu-22.04 ' }}
139+ if : ${{ matrix.os == 'windows -latest' }}
140140 with :
141141 command : c
142142 cwd : tests
@@ -156,7 +156,7 @@ jobs:
156156 path : build-${{ matrix.os }}.tar.gz
157157 - name : Upload E2E Testing Infrastructure Artifact
158158 uses : actions/upload-artifact@v4
159- if : ${{ matrix.os == 'ubuntu -latest' }}
159+ if : ${{ matrix.os == 'windows -latest' }}
160160 with :
161161 name : e2e-archive
162162 path : e2e.tar.gz
@@ -168,7 +168,7 @@ jobs:
168168 path : res.tar.gz
169169 - name : Upload LICENSE Artifact
170170 uses : actions/upload-artifact@v4
171- if : ${{ matrix.os == 'ubuntu -latest' }}
171+ if : ${{ matrix.os == 'windows -latest' }}
172172 with :
173173 name : LICENSE
174174 path : LICENSE
You can’t perform that action at this time.
0 commit comments