Skip to content

Commit 503e4dc

Browse files
committed
ci: Try dos2unix..
1 parent f4abcd9 commit 503e4dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
echo $REGISTRY_SSH_KEY > ~/.ssh/id_rsa
6565
echo $REGISTRY_SSH_PUBKEY > ~/.ssh/id_rsa.pub
6666
chmod 600 ~/.ssh/id_rsa
67+
dos2unix ~/.ssh/id_rsa
6768
echo Getting package.json to patch...
6869
scp -v -o StrictHostKeyChecking=no $REGISTRY_SSH_USERNAME@registry.visualpinball.org:$REGISTRY_SSH_PATH/package.json package-registry.json
6970
cat package-registry.json

0 commit comments

Comments
 (0)