Skip to content

Commit

Permalink
Upload deb to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
arf20 authored Feb 14, 2024
1 parent 5d49710 commit 3034fae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,13 @@ jobs:
with:
name: ${{env.pkg_name}}.deb
path: ${{env.pkg_name}}.deb

- name: Upload deb to repo
uses: burnett01/[email protected]
with:
switches: -avzr --delete
path: .
remote_path: /debupload/pool/contrib/
remote_host: arf20.com
remote_user: debupload
remote_key: ${{secrets.RSYNC_REPO_PASS}}

0 comments on commit 3034fae

Please sign in to comment.