Fix working dir in pkg-deb.yml

[GitHub #202]
This commit is contained in:
Aoran Zeng 2025-06-15 14:47:01 +08:00
parent 42135de152
commit ecb083208f
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

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