Skip to content

Commit

Permalink
Forgot to write file
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Oct 22, 2023
1 parent cb1baab commit 7879110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
echo "$NIGHTLY_SFTP_KEY" > ~/.ssh/upload.key
echo 'nightly.kvirc.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPWXPg8wxcaZqGLfFpS+TxkterxB4luo8e/bxh33poGQ' >> ~/.ssh/known_hosts
echo '' >> ~/.ssh/config
echo 'Host nightly.kvirc.net'
echo 'Host nightly.kvirc.net' >> ~/.ssh/config
echo 'User ${{secrets.NIGHTLY_SFTP_USER}}' >> ~/.ssh/config
echo 'IdentityFile ~/.ssh/upload.key'
echo 'IdentityFile ~/.ssh/upload.key' >> ~/.ssh/config
chmod 600 ~/.ssh/upload.key ~/.ssh/known_hosts ~/.ssh/config
mkdir upload-area
echo '{"bin": "${{ env.dmg_name }}.dmg", "size":' $(wc -c <"${{ env.dmg_name }}.dmg") '}' > upload-area/latest-macos
Expand Down

0 comments on commit 7879110

Please sign in to comment.