Update build.yaml
This commit is contained in:
parent
eb635289c3
commit
d3a325804c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
- name: rename iso
|
||||
run: mv "$(ls out/*.iso)" out/Parchlinux-test-latest.iso
|
||||
- name: upload iso to host
|
||||
run: sshpass -p "${{ secrets.SSH_PASS }}" rsync -r "out/$(ls out/*.iso)" root@$HOST:/srv/http/test
|
||||
run: sshpass -p "${{ secrets.SSH_PASS }}" rsync -rav -e ssh "out/$(ls out/*.iso)" root@$HOST:/srv/http/test
|
||||
- name: Upload iso to the release
|
||||
run: |
|
||||
cd ./out
|
||||
|
|
Loading…
Add table
Reference in a new issue