[editor only] Uhm
This commit is contained in:
@@ -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') }}
|
||||
Reference in New Issue
Block a user