Skip to content

Commit

Permalink
Adjust publish script location
Browse files Browse the repository at this point in the history
Deltav is fake anyways

Signed-off-by: Debug <[email protected]>
  • Loading branch information
DebugOk committed Feb 20, 2024
1 parent 594f564 commit 101d478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 101d478

Please sign in to comment.