Skip to content

Commit 830321a

Browse files
committed
TEST
1 parent 7047539 commit 830321a

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

.github/workflows/Suite.yml

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
toolchain: ${{ matrix.toolchain }}
6767
- uses: actions/upload-artifact@v3
6868
if: always()
69-
with: { path: ['**/results*.gz', '**/plot_*.svg'] }
69+
with:
70+
path: '**/results*.gz **/plot_*.svg'
7071

7172

7273
VPR:
@@ -86,10 +87,8 @@ jobs:
8687
toolchain: ${{ matrix.toolchain }}
8788
- uses: actions/upload-artifact@v3
8889
if: always()
89-
with: { path: [
90-
'**/results*.gz',
91-
'**/plot_*.svg'
92-
] }
90+
with:
91+
path: '**/results*.gz **/plot_*.svg'
9392

9493

9594
NextpnrIce40:
@@ -109,7 +108,8 @@ jobs:
109108
toolchain: ${{ matrix.toolchain }}
110109
- uses: actions/upload-artifact@v3
111110
if: always()
112-
with: { path: ['**/results*.gz', '**/plot_*.svg'] }
111+
with:
112+
path: '**/results*.gz **/plot_*.svg'
113113

114114

115115
NextpnrNexus:
@@ -129,7 +129,8 @@ jobs:
129129
toolchain: ${{ matrix.toolchain }}
130130
- uses: actions/upload-artifact@v3
131131
if: always()
132-
with: { path: ['**/results*.gz', '**/plot_*.svg'] }
132+
with:
133+
path: '**/results*.gz **/plot_*.svg'
133134

134135

135136
NextpnrXilinx:
@@ -149,7 +150,8 @@ jobs:
149150
toolchain: ${{ matrix.toolchain }}
150151
- uses: actions/upload-artifact@v3
151152
if: always()
152-
with: { path: ['**/results*.gz', '**/plot_*.svg'] }
153+
with:
154+
path: '**/results*.gz **/plot_*.svg'
153155

154156

155157
VPRFASM2Bels:
@@ -173,7 +175,8 @@ jobs:
173175
toolchain: ${{ matrix.toolchain }}
174176
- uses: actions/upload-artifact@v3
175177
if: always()
176-
with: { path: ['**/results*.gz', '**/plot_*.svg'] }
178+
with:
179+
path: '**/results*.gz **/plot_*.svg'
177180

178181

179182
Vivado:
@@ -197,7 +200,8 @@ jobs:
197200
toolchain: ${{ matrix.toolchain }}
198201
- uses: actions/upload-artifact@v3
199202
if: always()
200-
with: { path: ['**/results*.gz', '**/plot_*.svg'] }
203+
with:
204+
path: '**/results*.gz **/plot_*.svg'
201205

202206

203207
YosysVivado:
@@ -221,7 +225,8 @@ jobs:
221225
toolchain: ${{ matrix.toolchain }}
222226
- uses: actions/upload-artifact@v3
223227
if: always()
224-
with: { path: ['**/results*.gz', '**/plot_*.svg'] }
228+
with:
229+
path: '**/results*.gz **/plot_*.svg'
225230

226231

227232
YosysVivadoUHDM:
@@ -245,7 +250,8 @@ jobs:
245250
toolchain: ${{ matrix.toolchain }}
246251
- uses: actions/upload-artifact@v3
247252
if: always()
248-
with: { path: ['**/results*.gz', '**/plot_*.svg'] }
253+
with:
254+
path: '**/results*.gz **/plot_*.svg'
249255

250256

251257
NextpnrFPGAInterchange:
@@ -308,7 +314,8 @@ jobs:
308314
toolchain: ${{ matrix.toolchain }}
309315
- uses: actions/upload-artifact@v3
310316
if: always()
311-
with: { path: ['**/results*.gz', '**/plot_*.svg'] }
317+
with:
318+
path: '**/results*.gz **/plot_*.svg'
312319

313320

314321
AggregateResults:

0 commit comments

Comments
 (0)