From ecb083208f3995f832fc975319ffee220b5ec509 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Sun, 15 Jun 2025 14:47:01 +0800 Subject: [PATCH] Fix working dir in `pkg-deb.yml` [GitHub #202] --- .github/workflows/pkg-deb.yml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) 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