We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af44f2 commit 79d2a57Copy full SHA for 79d2a57
1 file changed
.github/workflows/build.yml
@@ -76,6 +76,7 @@ jobs:
76
arch: ${{matrix.arch}}
77
shell: powershell
78
run: |
79
+ echo a
80
echo $id_ed25519_secret > .\id_ed25519
81
82
$acl = Get-Acl .\id_ed25519
@@ -90,5 +91,7 @@ jobs:
90
91
$false) # Don't keep previously inherited rules
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
96
+ echo c
97
Remove-Item .\id_ed25519
0 commit comments