Skip to content

Commit

Permalink
[sidecar] compress it on bash
Browse files Browse the repository at this point in the history
  • Loading branch information
theskcd committed Oct 18, 2023
1 parent 2dafdfa commit 43d06dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sidecar-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: edgarrc/action-7z@v1

- name: Install 7-Zip
run: choco install 7zip.install
Expand All @@ -24,8 +23,8 @@ jobs:
- name: Run 7z action
uses: edgarrc/action-7z@v1
run: |
7z a -t7z "sidecar_test.7z" "onnxruntime/ qdrant/ models/"
with:
args: 7z a -t7z "sidecar_test.7z" "onnxruntime/ qdrant/ models/"

# Install gcp skcd
- name: Setup GCP SDK
Expand Down

0 comments on commit 43d06dc

Please sign in to comment.