diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 01d72d4d..bad123c6 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: ${{ 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") }} \ 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