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% )