Update build.yaml

This commit is contained in:
hikari 2024-07-03 20:42:20 +03:30 committed by GitHub
parent 44b1ea57be
commit 3e75342c7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 -rav -e ssh "out/$(ls out/*.iso)" root@$HOST:/srv/http/test/
run: sshpass -p "${{ secrets.SSH_PASS }}" rsync -r "out/$(ls out/*.iso)" root@mirror.parchlinux.com:/srv/http/test/
- name: Upload iso to the release
run: |
cd ./out