Skip to content

Commit

Permalink
Fix the publishing script (/root/.ssh) may already exist
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Jan 7, 2025
1 parent 4c867c2 commit 5ddeeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
&& . ./utils/prepare_rpm.sh \
&& echo "$RPM --> $RPMDIR" \
&& echo "$SRPM --> $SRPMDIR" \
&& mkdir /root/.ssh \
&& mkdir -p /root/.ssh \
&& chmod 700 /root/.ssh \
&& cp id_rsa /root/.ssh \
&& chmod 600 /root/.ssh/id_rsa \
Expand Down

0 comments on commit 5ddeeaf

Please sign in to comment.