Build deb as part of Continuous Integration (#281)

Build the .deb release as part of the Github Actions run. The .deb file is available for download as an artifact of that build for 90 days. Please squash this commit.
This commit is contained in:
Herbert "TheBracket
2023-03-20 10:32:04 -05:00
committed by GitHub
parent 44518e76a5
commit 1ada4e5a5c
2 changed files with 12 additions and 3 deletions

View File

@@ -5,6 +5,10 @@
# This is all GPL2.
BUILD_DATE=`date +%Y%m%d`
if [ $1 = "--nostamp" ]
then
BUILD_DATE=""
fi
PACKAGE=libreqos
VERSION=1.4.$BUILD_DATE
PKGVERSION=$PACKAGE