Skip to content

Commit

Permalink
[sidecar] use the action properly
Browse files Browse the repository at this point in the history
  • Loading branch information
theskcd committed Oct 18, 2023
1 parent c37bd0a commit cd88729
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sidecar-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ jobs:
run: |
./package_windows_bin.sh
# Github action parser for sure, something to test it out too quickly
- name: Compile the 7z
uses: edgarrc/action-7z@v1
run: |
7z a -t7z "sidecar.7z" "onnxruntime/ qdrant/ target/release/webserver models/"
with:
args: 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 cd88729

Please sign in to comment.