"vscode:/vscode.git/clone" did not exist on "7e8186e001ff3799fe7d0393f1493b71c2dccc99"
Unverified Commit 9768e2dc authored by Daniel Hiltgen's avatar Daniel Hiltgen Committed by GitHub
Browse files

Merge pull request #3481 from dhiltgen/ci_fixes

CI subprocess path fix
parents a624e672 08600d5b
......@@ -99,7 +99,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: generate-windows-cpu
path: llm/build/**/lib/*
path: llm/build/**/bin/*
# ROCm generation step
generate-windows-rocm:
......@@ -170,7 +170,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: generate-windows-rocm
path: llm/build/**/lib/*
path: llm/build/**/bin/*
- uses: actions/upload-artifact@v4
with:
name: windows-rocm-deps
......@@ -250,7 +250,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: generate-windows-cuda
path: llm/build/**/lib/*
path: llm/build/**/bin/*
- uses: actions/upload-artifact@v4
with:
name: windows-cuda-deps
......
......@@ -135,7 +135,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: rocm-${{ matrix.rocm-version }}-libraries
path: llm/build/**/lib/*
path: llm/build/**/bin/*
# ROCm generation step
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