Skip to content

Commit fb8d25d

Browse files
author
nuno
committed
fix ci
1 parent 46af4e7 commit fb8d25d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: DEB packaging
3131
run: |
3232
sudo apt-get update -qq
33-
sudo apt-get install -y -qq devscripts build-essential debhelper lintian dh-make
33+
sudo apt-get install -y -qq devscripts build-essential debhelper lintian dh-make equivs
3434
mk-build-deps --install --remove --tool "apt-get -y -qq"
3535
dpkg-buildpackage -us -uc -b
3636
- uses: "marvinpinto/action-automatic-releases@latest"
@@ -40,4 +40,4 @@ jobs:
4040
prerelease: true
4141
title: "Development Build"
4242
files: |
43-
target/debian/doh_0.1.0-1_amd64.deb
43+
../*.deb

0 commit comments

Comments
 (0)