Skip to content

Commit

Permalink
Use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
arf20 authored Feb 14, 2024
1 parent b084017 commit 1594486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
path: ${{env.pkg_name}}.deb

- name: Install rsync
run: apt install rsync
run: sudo apt-get install rsync

- name: Upload deb to repo
run: RSYNC_PASSWORD=${{secrets.RSYNC_REPO_PASS}} rsync -avz ${{env.pkg_name}}.deb rsync://[email protected]/debupload/pool/contrib/

0 comments on commit 1594486

Please sign in to comment.