Skip to content

Commit

Permalink
[sidecar] change the path how it looks like in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
theskcd committed Oct 18, 2023
1 parent 32bf8fb commit 010a4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sidecar-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run 7z action
run: |
7z a -t7z "sidecar_test.7z" "onnxruntime/" "qdrant/" "models/"
7z a -t7z "sidecar_test.7z" "onnxruntime/" "qdrant/" "models/" "src\\agent\\llm_funcs.rs"
# Install gcp skcd
- name: Setup GCP SDK
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
# Github action parser for sure, something to test it out too quickly
- name: Compile the 7z
run: |
7z a -t7z "sidecar.7z" "onnxruntime/" "qdrant/" "target/release/webserver" "models/"
7z a -t7z "sidecar.7z" "onnxruntime/" "qdrant/" "target\\release\\webserver" "models/"
- name: Upload to GCP bucket generated zip file
env:
Expand Down

0 comments on commit 010a4e6

Please sign in to comment.