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: