From dfe28c58bb511e6b9788b98e2671746662eaeeef Mon Sep 17 00:00:00 2001 From: Yuwen Hu <54161268+Oscilloscope98@users.noreply.github.com> Date: Wed, 27 Dec 2023 15:50:58 +0800 Subject: [PATCH] Small upload fix for igpu-perf test (#9792) --- .github/workflows/llm_performance_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/llm_performance_tests.yml b/.github/workflows/llm_performance_tests.yml index ffe900e0..540bd9ce 100644 --- a/.github/workflows/llm_performance_tests.yml +++ b/.github/workflows/llm_performance_tests.yml @@ -634,7 +634,7 @@ jobs: shell: cmd run: | cd %CSV_SAVE_PATH% - IF ${{ github.event_name }}=="schedule" ( + IF "${{ github.event_name }}"=="schedule" ( for %%f in (*.html) do ( curl -T "%%f" %FTP_IGPU_NIGHTLY_PERF_PATH% )