[editor only] Uhm

This commit is contained in:
fgnm
2022-05-21 19:40:22 +02:00
parent 3b476f0732
commit 0279e93ea8
+3 -3
View File
@@ -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 }}
remote: ${{ format('{0}/{1}', secrets.DEPLOY_SSH_TARGET_PATH, "macOS.HyperLap2D-SNAPSHOT.dmg") }}