Skip to content

Commit 0d77565

Browse files
committed
Is my key invalid because it gets saved in UTF-16?
1 parent 44328f1 commit 0d77565

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
@@ -77,7 +77,7 @@ jobs:
7777
shell: powershell
7878
run: |
7979
echo a
80-
echo $env:id_ed25519_secret > .\id_ed25519
80+
echo $env:id_ed25519_secret | Out-File -encoding ASCII .\id_ed25519
8181
echo $env:id_ed25519_secret
8282
echo aa
8383
# TODO remove

0 commit comments

Comments
 (0)