We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting this error now on Windows, possibly after upgrading to the latest version.
Extracting ... C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Sta -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.FileSystem } catch { } ; if ((Get-Command -Name Expand-Archive -Module Microsoft.PowerShell.Archive -ErrorAction Ignore)) { Expand-Archive -LiteralPath 'C:\actions-runner\_work\_temp\7a37a1f1-2f61-4819-b322-a38c3ed9c9fb' -DestinationPath 'steamcmd' -Force } else {[System.IO.Compression.ZipFile]::ExtractToDirectory('C:\actions-runner\_work\_temp\7a37a1f1-2f61-4819-b322-a38c3ed9c9fb', 'steamcmd', $true) }" Expand-Archive : is not a supported archive file format. .zip is the only supported archive file format. At line:1 char:210 + ... Ignore)) { Expand-Archive -LiteralPath 'C:\actions-runner\_work\_tem ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidArgument: (:String) [Expand-Archive], IOException + FullyQualifiedErrorId : NotSupportedArchiveFileExtension,Expand-Archive
The text was updated successfully, but these errors were encountered:
b786e0d
Fixed in v1.1.5. Related issue: actions/toolkit#1179
Sorry, something went wrong.
No branches or pull requests
Getting this error now on Windows, possibly after upgrading to the latest version.
The text was updated successfully, but these errors were encountered: