We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d2a57 commit 750579fCopy full SHA for 750579f
1 file changed
.github/workflows/build.yml
@@ -92,6 +92,8 @@ jobs:
92
Set-Acl -AclObject $acl -Path .\id_ed25519
93
94
echo b
95
- Get-Content thtk-bin-ci.zip | ssh -T thcrap-dev-deploy@kosuzu.thpatch.net -i .\id_ed25519 $GITHUB_REF_NAME $arch
+ Get-Content thtk-bin-ci.zip > nul
96
echo c
97
+ Get-Content thtk-bin-ci.zip | ssh -vvv -T thcrap-dev-deploy@kosuzu.thpatch.net -i .\id_ed25519 $GITHUB_REF_NAME $arch
98
+ echo d
99
Remove-Item .\id_ed25519
0 commit comments