We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08aea4b commit 182f33dCopy full SHA for 182f33d
.github/workflows/release-please.yml
@@ -28,6 +28,8 @@ jobs:
28
run: |
29
git fetch --all # required to make 'git describe' work
30
make builddeb
31
+ sudo add-apt-repository universe
32
+ sudo apt update
33
sudo apt install makepkg
34
make buildarch
35
gh release upload ${{ steps.release.outputs.tag_name }} *.deb
0 commit comments