mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
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:
committed by
GitHub
parent
44518e76a5
commit
1ada4e5a5c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user