mirror of
https://github.com/wimpysworld/stream-sprout
synced 2026-03-14 14:45:50 +01:00
ci: resolve some dh warnings
This commit is contained in:
parent
8844ba12be
commit
c523d9bae1
2 changed files with 5 additions and 0 deletions
3
.github/workflows/publish-release.yml
vendored
3
.github/workflows/publish-release.yml
vendored
|
|
@ -39,6 +39,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: "Build .deb 🍥"
|
||||
env:
|
||||
DEBFULLNAME: "Martin Wimpress"
|
||||
DEBEMAIL: "code@wimpress.io"
|
||||
run: |
|
||||
sudo apt-get -y update
|
||||
sudo apt-get -y install debhelper devscripts
|
||||
|
|
|
|||
|
|
@ -30,6 +30,8 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: "Build & Test .deb 🍥"
|
||||
env:
|
||||
DEBFULLNAME: "Martin Wimpress"
|
||||
DEBEMAIL: "code@wimpress.io"
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
sudo apt-get -y update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue