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:
Stefan Agner 2021-12-14 22:59:27 +01:00 committed by GitHub
parent 19a135edac
commit b7a7805262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}