File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 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
514on :
615 release :
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
You can’t perform that action at this time.
0 commit comments