diff --git a/.github/workflows/pkg-deb.yml b/.github/workflows/pkg-deb.yml index 693e14e..9186a13 100644 --- a/.github/workflows/pkg-deb.yml +++ b/.github/workflows/pkg-deb.yml @@ -1,6 +1,15 @@ -# This workflow will build and publish DEB packages for chsrc -# when there is a new release event. -name: Build and Publish DEB Package +# --------------------------------------------------------------- +# Workflow File : pkg-deb.yml +# File Authors : sanchuanhehe +# Contributors : Aoran Zeng +# | +# Created On : <2025-06-10> +# Last Modified : <2025-06-15> +# +# This workflow build and publish DEB packages +# --------------------------------------------------------------- + +name: Build and Publish DEB package on: release: @@ -48,6 +57,8 @@ jobs: run: | version="${{ steps.get_version.outputs.version }}" + cd ./pkg/DEB + (cat << EOF; cat ./debian/changelog) > new_changelog chsrc ($version-1) unstable; urgency=medium