Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ling0322 committed Aug 21, 2024
1 parent 8064fed commit 56a9392
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 56a9392

Please sign in to comment.