Skip to content

Commit 826a658

Browse files
committed
.
1 parent fbf51fe commit 826a658

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
echo "C:\Program Files (x86)\WiX Toolset v3.14\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
225225
226226
# 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
227+
choco upgrade 7zip.install
228228
7z # Verify the installed version.
229229
230230
- name: Sign PowerShell module contents

0 commit comments

Comments
 (0)