[editor only] Uhm

This commit is contained in:
fgnm
2022-05-21 19:44:27 +02:00
parent 0279e93ea8
commit f412a27129
+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: ${{ format('{0}/{1}', secrets.DEPLOY_SSH_TARGET_PATH, "Linux.HyperLap2D-SNAPSHOT.deb") }}
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: ${{ format('{0}/{1}', secrets.DEPLOY_SSH_TARGET_PATH, "Windows.HyperLap2D-SNAPSHOT.exe") }}
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: ${{ format('{0}/{1}', secrets.DEPLOY_SSH_TARGET_PATH, "macOS.HyperLap2D-SNAPSHOT.dmg") }}
remote: ${{ format('{0}/{1}', secrets.DEPLOY_SSH_TARGET_PATH, 'macOS.HyperLap2D-SNAPSHOT.dmg') }}