mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-17 18:16:29 +00:00
Re-upload rebuilt files (#1676)
Make sure to overwrite existing files on upload. This allows to trigger rebuilds and have the latest builds on the os-builds server. Note: When using GitHub Actions, the release/ directory is cleared at the beginning (by the checkout action, which has the clean option set by default which also causes files in .gitignore to be deleted).
This commit is contained in:
parent
19a135edac
commit
b7a7805262
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
@ -112,7 +112,7 @@ jobs:
|
||||
uses: burnett01/rsync-deployments@4.1
|
||||
with:
|
||||
rsh: -q
|
||||
switches: -aW --ignore-existing
|
||||
switches: -aW
|
||||
path: release/
|
||||
remote_path: ${{ secrets.DEV_TARGET_PATH }}/${{ needs.prepare.outputs.version_main }}.${{ needs.prepare.outputs.version_dev }}/
|
||||
remote_host: ${{ secrets.DEV_HOST }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user