Skip to content

Commit ecb0832

Browse files
committed
Fix working dir in pkg-deb.yml
[GitHub #202]
1 parent 42135de commit ecb0832

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.github/workflows/pkg-deb.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
# This workflow will build and publish DEB packages for chsrc
2-
# when there is a new release event.
3-
name: Build and Publish DEB Package
1+
# ---------------------------------------------------------------
2+
# Workflow File : pkg-deb.yml
3+
# File Authors : sanchuanhehe <[email protected]>
4+
# Contributors : Aoran Zeng <[email protected]>
5+
# |
6+
# Created On : <2025-06-10>
7+
# Last Modified : <2025-06-15>
8+
#
9+
# This workflow build and publish DEB packages
10+
# ---------------------------------------------------------------
11+
12+
name: Build and Publish DEB package
413

514
on:
615
release:
@@ -48,6 +57,8 @@ jobs:
4857
run: |
4958
version="${{ steps.get_version.outputs.version }}"
5059
60+
cd ./pkg/DEB
61+
5162
(cat << EOF; cat ./debian/changelog) > new_changelog
5263
chsrc ($version-1) unstable; urgency=medium
5364

0 commit comments

Comments
 (0)