Skip to content

Commit

Permalink
.github/workflows/windows-cuda-dependency.yml: increase compression l…
Browse files Browse the repository at this point in the history
…evel
  • Loading branch information
WolframRhodium committed Jan 24, 2025
1 parent 9586434 commit d8a8de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-cuda-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Compress
run: |
7z a -t7z -mx=3 vsmlrt-cuda.7z vsmlrt-cuda
7z a -t7z -bb3 -mx=9 vsmlrt-cuda.7z vsmlrt-cuda
- name: Upload
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d8a8de5

Please sign in to comment.