Adjust publish script location
Deltav is fake anyways Signed-off-by: Debug <49997488+DebugOk@users.noreply.github.com>
This commit is contained in:
parent
594f564458
commit
101d478660
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
username: ${{ secrets.PUBLISH_USER }}
|
||||
key: ${{ secrets.PUBLISH_KEY }}
|
||||
port: ${{ secrets.PUBLISH_PORT }}
|
||||
script: /home/${{ secrets.PUBLISH_USER }}/publish/push.ps1 ${{ github.sha }}
|
||||
script: /home/deltav/publish/push.ps1 ${{ github.sha }}
|
||||
|
||||
- name: Publish changelog (Discord)
|
||||
run: Tools/actions_changelogs_since_last_run.py
|
||||
|
|
|
|||
Loading…
Reference in New Issue