[editor only] Try this other one

This commit is contained in:
fgnm
2022-05-21 19:30:24 +02:00
parent 914b4ade20
commit 3b476f0732
+9 -9
View File
@@ -39,14 +39,14 @@ jobs:
name: Linux.HyperLap2D-SNAPSHOT.deb
path: Linux.HyperLap2D-SNAPSHOT.deb
- name: Sync files with server
uses: appleboy/scp-action@master
uses: garygrossgarten/github-action-scp@release
with:
host: ${{ secrets.DEPLOY_SSH_HOST }}
username: ${{ secrets.DEPLOY_SSH_USERNAME }}
password: ${{ secrets.DEPLOY_SSH_PASSWORD }}
port: ${{ secrets.DEPLOY_SSH_PORT }}
source: "Linux.HyperLap2D-SNAPSHOT.deb"
target: ${{ secrets.DEPLOY_SSH_TARGET_PATH }}
local: "Linux.HyperLap2D-SNAPSHOT.deb"
remote: ${{ secrets.DEPLOY_SSH_TARGET_PATH }}
- name: Publish SNAPSHOT artifacts
if: "!contains(github.event.head_commit.message, 'editor only')"
env:
@@ -83,14 +83,14 @@ jobs:
name: Windows.HyperLap2D-SNAPSHOT.exe
path: Windows.HyperLap2D-SNAPSHOT.exe
- name: Sync files with server
uses: appleboy/scp-action@master
uses: garygrossgarten/github-action-scp@release
with:
host: ${{ secrets.DEPLOY_SSH_HOST }}
username: ${{ secrets.DEPLOY_SSH_USERNAME }}
password: ${{ secrets.DEPLOY_SSH_PASSWORD }}
port: ${{ secrets.DEPLOY_SSH_PORT }}
source: "Windows.HyperLap2D-SNAPSHOT.exe"
target: ${{ secrets.DEPLOY_SSH_TARGET_PATH }}
local: "Windows.HyperLap2D-SNAPSHOT.exe"
remote: ${{ secrets.DEPLOY_SSH_TARGET_PATH }}
macOS:
if: "!contains(github.event.head_commit.message, 'cd skip')"
@@ -123,11 +123,11 @@ jobs:
name: macOS.HyperLap2D-SNAPSHOT.dmg
path: macOS.HyperLap2D-SNAPSHOT.dmg
- name: Sync files with server
uses: appleboy/scp-action@master
uses: garygrossgarten/github-action-scp@release
with:
host: ${{ secrets.DEPLOY_SSH_HOST }}
username: ${{ secrets.DEPLOY_SSH_USERNAME }}
password: ${{ secrets.DEPLOY_SSH_PASSWORD }}
port: ${{ secrets.DEPLOY_SSH_PORT }}
source: "macOS.HyperLap2D-SNAPSHOT.dmg"
target: ${{ secrets.DEPLOY_SSH_TARGET_PATH }}
local: "macOS.HyperLap2D-SNAPSHOT.dmg"
remote: ${{ secrets.DEPLOY_SSH_TARGET_PATH }}