Unverified Commit a2e60ebc authored by Daniel Hiltgen's avatar Daniel Hiltgen Committed by GitHub
Browse files

Merge pull request #3490 from dhiltgen/ci_fixes

CI missing archive
parents 9768e2dc 883ec4d1
...@@ -99,7 +99,9 @@ jobs: ...@@ -99,7 +99,9 @@ jobs:
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: generate-windows-cpu name: generate-windows-cpu
path: llm/build/**/bin/* path: |
llm/build/**/bin/*
llm/build/**/*.a
# ROCm generation step # ROCm generation step
generate-windows-rocm: generate-windows-rocm:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment