Skip to content

Commit 79d2a57

Browse files
committed
Add some logging
1 parent 4af44f2 commit 79d2a57

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
arch: ${{matrix.arch}}
7777
shell: powershell
7878
run: |
79+
echo a
7980
echo $id_ed25519_secret > .\id_ed25519
8081
8182
$acl = Get-Acl .\id_ed25519
@@ -90,5 +91,7 @@ jobs:
9091
$false) # Don't keep previously inherited rules
9192
Set-Acl -AclObject $acl -Path .\id_ed25519
9293
94+
echo b
9395
Get-Content thtk-bin-ci.zip | ssh -T thcrap-dev-deploy@kosuzu.thpatch.net -i .\id_ed25519 $GITHUB_REF_NAME $arch
96+
echo c
9497
Remove-Item .\id_ed25519

0 commit comments

Comments
 (0)