Skip to content

Commit 4579f4c

Browse files
authored
Update fatimage.yml
1 parent 494bca6 commit 4579f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fatimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup ssh
3333
run: |
3434
set -x
35-
mkdir ~/.ssh
35+
mkdir -p ~/.ssh
3636
echo "${{ secrets[format('{0}_SSH_KEY', vars.CI_CLOUD)] }}" > ~/.ssh/id_rsa
3737
chmod 0600 ~/.ssh/id_rsa
3838
shell: bash

0 commit comments

Comments
 (0)