We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf51fe commit 826a658Copy full SHA for 826a658
1 file changed
.github/workflows/package.yml
@@ -224,7 +224,7 @@ jobs:
224
echo "C:\Program Files (x86)\WiX Toolset v3.14\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
225
226
# Anything earlier than 7-Zip 25.00 (2025-07-05) is worth upgrading—several Zip64 parsing bugs were fixed along the way.
227
- choco install 7zip.install
+ choco upgrade 7zip.install
228
7z # Verify the installed version.
229
230
- name: Sign PowerShell module contents
0 commit comments