You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into a very opaque error on github actions using version 25.1.8: Invoke-TrustedSigning: Cannot process argument transformation on parameter 'FilesFolder'. Cannot convert value to type System.String.
• signing with Azure Trusted Signing (beta) path=release\0.1.4-beta\win-unpacked\Onlook.exe
• installing required module (TrustedSigning) with scope CurrentUser
• verifying env vars for authenticating to Microsoft Entra ID
• Above command failed, retrying 3 more times
⨯ Exit code: 1. Command failed: pwsh.exe -NoProfile -NonInteractive -Command Invoke-TrustedSigning -FileDigest SHA256 -publisherName On Off, Inc -Endpoint https://eus.codesigning.azure.net/ -CertificateProfileName public-trust-onlook -CodeSigningAccountName trusted-onlook -Files D:\a\onlook\onlook\apps\studio\release\0.1.4-beta\win-unpacked\Onlook.exe
Invoke-TrustedSigning: Cannot process argument transformation on parameter 'FilesFolder'. Cannot convert value to type System.String.
Invoke-TrustedSigning: Cannot process argument transformation on parameter 'FilesFolder'. Cannot convert value to type System.String.
failedTask=build stackTrace=Error: Exit code: 1. Command failed: pwsh.exe -NoProfile -NonInteractive -Command Invoke-TrustedSigning -FileDigest SHA256 -publisherName On Off, Inc -Endpoint https://eus.codesigning.azure.net/ -CertificateProfileName public-trust-onlook -CodeSigningAccountName trusted-onlook -Files D:\a\onlook\onlook\apps\studio\release\0.1.4-beta\win-unpacked\Onlook.exe
Invoke-TrustedSigning: Cannot process argument transformation on parameter 'FilesFolder'. Cannot convert value to type System.String.
Invoke-TrustedSigning: Cannot process argument transformation on parameter 'FilesFolder'. Cannot convert value to type System.String.
at D:\a\onlook\onlook\node_modules\builder-util\src\util.ts:138:18
at ChildProcess.exithandler (node:child_process:430:5)
at ChildProcess.emit (node:events:518:28)
at maybeClose (node:internal/child_process:1104:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5)
I'm running into a very opaque error on github actions using version
25.1.8
:Invoke-TrustedSigning: Cannot process argument transformation on parameter 'FilesFolder'. Cannot convert value to type System.String.
I've added my env variables using this guide.
My env variables are confirmed created and seem valid.
I've also set up my config as well
The error:
Full stack trace
The text was updated successfully, but these errors were encountered: