From 56a93920d25ac388b8a7ea43b651e219438d6ba1 Mon Sep 17 00:00:00 2001 From: Xiaoyang Chen Date: Wed, 21 Aug 2024 00:41:12 +0000 Subject: [PATCH] update --- .github/workflows/cmake-windows.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-windows.yml b/.github/workflows/cmake-windows.yml index c76cb8e..d5dd4c3 100644 --- a/.github/workflows/cmake-windows.yml +++ b/.github/workflows/cmake-windows.yml @@ -63,6 +63,9 @@ jobs: run: | copy llmpluginffmpeg.dll ${{github.workspace}}\build copy c:\windows\system32\vcomp140.dll ${{github.workspace}}\build + copy ${{github.workspace}}\build\${{env.BUILD_TYPE}}\llm.exe ${{github.workspace}}\build + copy ${{github.workspace}}\build\${{env.BUILD_TYPE}}\llm.dll ${{github.workspace}}\build + copy ${{github.workspace}}\build\${{env.BUILD_TYPE}}\llmplugincublas.dll ${{github.workspace}}\build - uses: actions/upload-artifact@v4 with: name: windows-build @@ -90,10 +93,10 @@ jobs: - uses: actions/upload-artifact@v4 with: name: linux-package - path: artifacts/linux-build/release-windows-x64-cuda.zip + path: artifacts/windows-build/release-windows-x64-cuda.zip - name: create-release if: startsWith(github.ref, 'refs/tags/') uses: softprops/action-gh-release@v2 with: files: | - ${{github.workspace}}/build/release-windows-x64-cuda.zip + artifacts/windows-build/release-windows-x64-cuda.zip