mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-25 20:52:49 +00:00
Fix working dir in `pkg-deb.yml`
Some checks failed
Publish AUR Package (chsrc-git) / publish (push) Has been cancelled
Some checks failed
Publish AUR Package (chsrc-git) / publish (push) Has been cancelled
[GitHub #202]
This commit is contained in:
parent
42135de152
commit
ecb083208f
|
|
@ -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 <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:
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue