aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Alexey Sokolov2023-10-22 17:59:53 +0100
committerGravatar Alexey Sokolov2023-10-22 17:59:53 +0100
commit7879110b59871f1b00a847f89b4c8927e0ab7d5b (patch)
tree0c1bce3fe2265c82ac8724fc47405ec0d97db616 /.github
parentPass user through ssh config (diff)
downloadKVIrc-7879110b59871f1b00a847f89b4c8927e0ab7d5b.tar.gz
KVIrc-7879110b59871f1b00a847f89b4c8927e0ab7d5b.tar.bz2
KVIrc-7879110b59871f1b00a847f89b4c8927e0ab7d5b.zip
Forgot to write file
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_macos.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_macos.yml b/.github/workflows/build_macos.yml
index 15441709e..69bf2b17a 100644
--- a/.github/workflows/build_macos.yml
+++ b/.github/workflows/build_macos.yml
@@ -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