Skip to content

Commit

Permalink
create directory first
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Jan 23, 2025
1 parent 481c922 commit 434ae4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
- name: Prepare SSH Key
if: matrix.package == 'gui'
run: |
mkdir -p ~/.ssh
echo "${{ secrets.GUI_SSH_KEY }}" > ~/.ssh/gui_ssh_key
chmod 600 ~/.ssh/gui_ssh_key
Expand Down

0 comments on commit 434ae4c

Please sign in to comment.