Fixed names
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
This commit is contained in:
parent
5d2d961a9c
commit
2dfb8e5dee
|
@ -355,7 +355,7 @@ jobs:
|
||||||
if: env.PR_NUMBER != ''
|
if: env.PR_NUMBER != ''
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
id: download
|
id: testresults
|
||||||
with:
|
with:
|
||||||
name: result_files
|
name: result_files
|
||||||
path: tmp/result_files
|
path: tmp/result_files
|
||||||
|
|
|
@ -495,7 +495,7 @@ jobs:
|
||||||
if: env.PR_NUMBER != ''
|
if: env.PR_NUMBER != ''
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
id: download
|
id: testresults
|
||||||
with:
|
with:
|
||||||
name: result_files
|
name: result_files
|
||||||
path: tmp/result_files
|
path: tmp/result_files
|
||||||
|
|
Loading…
Reference in New Issue