mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-20 19:22:45 +08:00
parent
42135de152
commit
ecb083208f
17
.github/workflows/pkg-deb.yml
vendored
17
.github/workflows/pkg-deb.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user