generated from Skynet/deploy_user
Fix. Making the folder a relative link
Some checks failed
On_Push / build (push) Failing after 3m32s
Some checks failed
On_Push / build (push) Failing after 3m32s
This commit is contained in:
parent
5f4a1c7a16
commit
810dccbf5d
1 changed files with 1 additions and 1 deletions
|
@ -28,4 +28,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ssh_key: ${{ secrets.SSH_KEY }}
|
ssh_key: ${{ secrets.SSH_KEY }}
|
||||||
username: ${{ env.GITHUB_REPOSITORY_OWNER }}
|
username: ${{ env.GITHUB_REPOSITORY_OWNER }}
|
||||||
folder: "result"
|
folder: "./result"
|
Loading…
Reference in a new issue