Skip to content

Commit 2750bf4

Browse files
committed
Fix deploy to thpatch.net
1 parent acbfbf9 commit 2750bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ jobs:
9999
100100
echo $env:GITHUB_REF_NAME | Out-File -encoding ASCII params.txt
101101
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
102+
Get-Content -Encoding Byte -ReadCount 0 -Raw params.txt,thtk-bin-ci.zip | ssh -T [email protected] -i .\id_ed25519
103103
Remove-Item .\id_ed25519
104104
Remove-Item .\params.txt

0 commit comments

Comments
 (0)