Skip to content

Commit

Permalink
Merge pull request #147 from codestoryai/features/windows-test-7z
Browse files Browse the repository at this point in the history
features/windows test 7z
  • Loading branch information
theskcd authored Oct 18, 2023
2 parents 30eb861 + c37bd0a commit 7784e00
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/sidecar-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- name: Demo run for 7zip
run: |
./package_windows.sh
- name: Run 7z action
uses: edgarrc/action-7z@v1
run: |
7z a -t7z "sidecar_test.7z" "onnxruntime/ qdrant/ models/"
# Install gcp skcd
- name: Setup GCP SDK
Expand Down Expand Up @@ -54,6 +59,11 @@ jobs:
- name: Build and package
run: |
./package_windows_bin.sh
- name: Compile the 7z
uses: edgarrc/action-7z@v1
run: |
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 7784e00

Please sign in to comment.