Skip to content

Commit

Permalink
[editor only] Try a new action for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
fgnm committed Oct 7, 2024
1 parent 7235049 commit e57fd41
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,13 @@ jobs:
name: macOS.HyperLap2D-SNAPSHOT.dmg
path: macOS.HyperLap2D-SNAPSHOT.dmg
- name: Sync files with server
uses: garygrossgarten/github-action-scp@release
uses: wlixcc/[email protected]
with:
host: ${{ secrets.DEPLOY_SSH_HOST }}
server: ${{ secrets.DEPLOY_SSH_HOST }}
username: ${{ secrets.DEPLOY_SSH_USERNAME }}
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') }}
local_path: "macOS.HyperLap2D-SNAPSHOT.dmg"
remote_path: ${{ format('{0}/{1}', secrets.DEPLOY_SSH_TARGET_PATH, 'macOS.HyperLap2D-SNAPSHOT.dmg') }}
ssh_private_key: ""
sftpArgs: '-o ConnectTimeout=15'

0 comments on commit e57fd41

Please sign in to comment.