From 9f9318d70576ad4e47597531155c5a17411a45d6 Mon Sep 17 00:00:00 2001 From: fgnm Date: Mon, 7 Oct 2024 22:00:29 +0200 Subject: [PATCH] [editor only] new deploy approach --- .github/workflows/snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index fee836aa..7c0cf0be 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -57,7 +57,7 @@ jobs: username: ${{ secrets.DEPLOY_SSH_USERNAME }} password: ${{ secrets.DEPLOY_SSH_PASSWORD }} port: ${{ secrets.DEPLOY_SSH_PORT }} - source: "Linux.HyperLap2D-SNAPSHOT.deb,Windows.HyperLap2D-SNAPSHOT.exe,macOS.HyperLap2D-SNAPSHOT.dmg",snapshot.json + source: "Linux.HyperLap2D-SNAPSHOT.deb,Windows.HyperLap2D-SNAPSHOT.exe,macOS.HyperLap2D-SNAPSHOT.dmg,snapshot.json" target: ${{ secrets.DEPLOY_SSH_TARGET_PATH }} - name: Publish SNAPSHOT artifacts if: "!contains(github.event.head_commit.message, 'editor only')"