Small upload fix for igpu-perf test (#9792)

This commit is contained in:
Yuwen Hu 2023-12-27 15:50:58 +08:00 committed by GitHub
parent 6c75c689ea
commit dfe28c58bb

View file

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