Skip to content

Commit

Permalink
[sidecar] how to use this properly 7z
Browse files Browse the repository at this point in the history
  • Loading branch information
theskcd committed Oct 18, 2023
1 parent 33855e3 commit 32bf8fb
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/"
# 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 32bf8fb

Please sign in to comment.