From cd88729f403631ac882e8a5f00667bd4c3fc673f Mon Sep 17 00:00:00 2001 From: skcd Date: Wed, 18 Oct 2023 21:18:25 +0100 Subject: [PATCH] [sidecar] use the action properly --- .github/workflows/sidecar-windows.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sidecar-windows.yaml b/.github/workflows/sidecar-windows.yaml index 4cb250306..63b3b0fdd 100644 --- a/.github/workflows/sidecar-windows.yaml +++ b/.github/workflows/sidecar-windows.yaml @@ -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: