From 0279e93ea8887dacff7bbcd320a895e240c398db Mon Sep 17 00:00:00 2001 From: fgnm Date: Sat, 21 May 2022 19:40:22 +0200 Subject: [PATCH] [editor only] Uhm --- .github/workflows/snapshot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 13ef43a8..01d72d4d 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -46,7 +46,7 @@ jobs: password: ${{ secrets.DEPLOY_SSH_PASSWORD }} port: ${{ secrets.DEPLOY_SSH_PORT }} local: "Linux.HyperLap2D-SNAPSHOT.deb" - remote: ${{ secrets.DEPLOY_SSH_TARGET_PATH }} + remote: ${{ format('{0}/{1}', secrets.DEPLOY_SSH_TARGET_PATH, "Linux.HyperLap2D-SNAPSHOT.deb") }} - name: Publish SNAPSHOT artifacts if: "!contains(github.event.head_commit.message, 'editor only')" env: @@ -90,7 +90,7 @@ jobs: password: ${{ secrets.DEPLOY_SSH_PASSWORD }} port: ${{ secrets.DEPLOY_SSH_PORT }} local: "Windows.HyperLap2D-SNAPSHOT.exe" - remote: ${{ secrets.DEPLOY_SSH_TARGET_PATH }} + remote: ${{ format('{0}/{1}', secrets.DEPLOY_SSH_TARGET_PATH, "Windows.HyperLap2D-SNAPSHOT.exe") }} macOS: if: "!contains(github.event.head_commit.message, 'cd skip')" @@ -130,4 +130,4 @@ jobs: password: ${{ secrets.DEPLOY_SSH_PASSWORD }} port: ${{ secrets.DEPLOY_SSH_PORT }} local: "macOS.HyperLap2D-SNAPSHOT.dmg" - remote: ${{ secrets.DEPLOY_SSH_TARGET_PATH }} \ No newline at end of file + remote: ${{ format('{0}/{1}', secrets.DEPLOY_SSH_TARGET_PATH, "macOS.HyperLap2D-SNAPSHOT.dmg") }} \ No newline at end of file