diff --git a/.github/workflows/deb.yml b/.github/workflows/deb.yml index 5298bf7..fa27fc1 100644 --- a/.github/workflows/deb.yml +++ b/.github/workflows/deb.yml @@ -34,3 +34,13 @@ jobs: with: name: ${{env.pkg_name}}.deb path: ${{env.pkg_name}}.deb + + - name: Upload deb to repo + uses: burnett01/rsync-deployments@6.0.0 + with: + switches: -avzr --delete + path: . + remote_path: /debupload/pool/contrib/ + remote_host: arf20.com + remote_user: debupload + remote_key: ${{secrets.RSYNC_REPO_PASS}}