Skip to content

Commit f2b9b95

Browse files
committed
build: ah thats why we did that after chmod
1 parent 0607367 commit f2b9b95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/xivlauncher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
chmod 700 "$HOME"/.ssh
6969
ssh-keyscan aur.archlinux.org >> "$HOME"/.ssh/known_hosts
7070
echo "${{ secrets.ssh_key }}" > "$HOME"/.ssh/id_ed25519
71-
ssh-keygen -y -f "$HOME"/.ssh/id_ed25519 > "$HOME"/.ssh/id_ed25519.pub
7271
chmod 400 "$HOME"/.ssh/*
72+
ssh-keygen -y -f "$HOME"/.ssh/id_ed25519 > "$HOME"/.ssh/id_ed25519.pub
7373
- name: Checkout AUR
7474
run: |
7575
git clone ssh://aur@aur.archlinux.org/xivlauncher.git "$GITHUB_WORKSPACE"/aur

0 commit comments

Comments
 (0)