summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/debian.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml
index 01f6f50..3a1f781 100644
--- a/.github/workflows/debian.yml
+++ b/.github/workflows/debian.yml
@@ -20,8 +20,12 @@ jobs:
- name: Build package
run: |
+ export DEBFULLNAME=CI
+ export DEBEMAIL=autobuild@invalid
+ export GITVERSION=$(git describe --long --tags)
+ export DEBVERSION=${GITVERSION#v}
cd ucode/
- touch ucc utpl
+ dch -v ${DEBVERSION%-*} "Autobuild of $GITVERSION"
dpkg-buildpackage -b -us -uc
- name: Archive code coverage results