We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbfbf9 commit 9be4fdcCopy full SHA for 9be4fdc
.github/workflows/build.yml
@@ -99,6 +99,6 @@ jobs:
99
100
echo $env:GITHUB_REF_NAME | Out-File -encoding ASCII params.txt
101
echo $env:arch | Add-Content -encoding ASCII params.txt
102
- Get-Content params.txt,thtk-bin-ci.zip | ssh -T [email protected] -i .\id_ed25519
+ Get-Content -Encoding Byte thtk-bin-ci.zip | ssh -T [email protected] -i .\id_ed25519
103
Remove-Item .\id_ed25519
104
Remove-Item .\params.txt
0 commit comments