1 parent 0607367 commit f2b9b95Copy full SHA for f2b9b95
1 file changed
.github/workflows/xivlauncher.yml
@@ -68,8 +68,8 @@ jobs:
68
chmod 700 "$HOME"/.ssh
69
ssh-keyscan aur.archlinux.org >> "$HOME"/.ssh/known_hosts
70
echo "${{ secrets.ssh_key }}" > "$HOME"/.ssh/id_ed25519
71
- ssh-keygen -y -f "$HOME"/.ssh/id_ed25519 > "$HOME"/.ssh/id_ed25519.pub
72
chmod 400 "$HOME"/.ssh/*
+ ssh-keygen -y -f "$HOME"/.ssh/id_ed25519 > "$HOME"/.ssh/id_ed25519.pub
73
- name: Checkout AUR
74
run: |
75
git clone ssh://aur@aur.archlinux.org/xivlauncher.git "$GITHUB_WORKSPACE"/aur
0 commit comments