Small upload fix for igpu-perf test (#9792)
This commit is contained in:
parent
6c75c689ea
commit
dfe28c58bb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/llm_performance_tests.yml
vendored
2
.github/workflows/llm_performance_tests.yml
vendored
|
|
@ -634,7 +634,7 @@ jobs:
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
cd %CSV_SAVE_PATH%
|
cd %CSV_SAVE_PATH%
|
||||||
IF ${{ github.event_name }}=="schedule" (
|
IF "${{ github.event_name }}"=="schedule" (
|
||||||
for %%f in (*.html) do (
|
for %%f in (*.html) do (
|
||||||
curl -T "%%f" %FTP_IGPU_NIGHTLY_PERF_PATH%
|
curl -T "%%f" %FTP_IGPU_NIGHTLY_PERF_PATH%
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue