We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46af4e7 commit fb8d25dCopy full SHA for fb8d25d
.github/workflows/rust.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: DEB packaging
31
run: |
32
sudo apt-get update -qq
33
- sudo apt-get install -y -qq devscripts build-essential debhelper lintian dh-make
+ sudo apt-get install -y -qq devscripts build-essential debhelper lintian dh-make equivs
34
mk-build-deps --install --remove --tool "apt-get -y -qq"
35
dpkg-buildpackage -us -uc -b
36
- uses: "marvinpinto/action-automatic-releases@latest"
@@ -40,4 +40,4 @@ jobs:
40
prerelease: true
41
title: "Development Build"
42
files: |
43
- target/debian/doh_0.1.0-1_amd64.deb
+ ../*.deb
0 commit comments