We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077a713 commit ca3ef96Copy full SHA for ca3ef96
1 file changed
.github/workflows/build.yml
@@ -97,8 +97,5 @@ jobs:
97
kosuzu.thpatch.net,167.99.154.22,2604:a880:400:d1::755:f001 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCzlGDhCYxkT3q0REJyMYTs2uFfTXSjPgK4/6ue/RKofzIP/9FJOi6y41G4UiofZWYvIQiJ8vfLXZMnYj80pDD0=
98
'@ | Set-Content -Encoding utf8 ~\.ssh\known_hosts
99
100
- echo $env:GITHUB_REF_NAME | Out-File -encoding ASCII params.txt
101
- echo $env:arch | Add-Content -encoding ASCII params.txt
102
- cmd /c "type params.txt thtk-bin-ci.zip | ssh -T thcrap-dev-deploy@kosuzu.thpatch.net -i .\id_ed25519"
+ cmd /c "ssh -T thcrap-dev-deploy@kosuzu.thpatch.net -i .\id_ed25519 -- ""%GITHUB_REF_NAME%"" ""%arch%"" <thtk-bin-ci.zip"
103
Remove-Item .\id_ed25519
104
- Remove-Item .\params.txt
0 commit comments