diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 63f970f59fe4d..303e23dbc6fa1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -932,7 +932,7 @@ jobs: id: pack_artifacts if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }} run: | - echo "cp oneAPI running time dll files in ${{ ONEAPI_ROOT }} to ./build/bin" + echo "cp oneAPI running time dll files in ${ONEAPI_ROOT} to ./build/bin" cp ${{ ONEAPI_ROOT }}/mkl/latest/bin/mkl_sycl_blas.4.dll ./build/bin cp ${{ ONEAPI_ROOT }}/mkl/latest/bin/mkl_core.2.dlll ./build/bin cp ${{ ONEAPI_ROOT }}/mkl/latest/bin/mkl_tbb_thread.2.dll ./build/bin