Skip to content

Commit 6a527db

Browse files
committed
Fix deb building in CI
1 parent dafbb30 commit 6a527db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkg-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
elif [ "${{ github.event_name }}" = "push" ];then
4646
# 从源代码中提取版本号
47-
version=$(sed -E -n 's/^#define Chsrc_Version +"([0-9]+\.[0-9]+\.[0-9]+).*"/\1/p' ./src/framework/version.c)
47+
version=$(sed -E -n 's/^#define Chsrc_Version +"([0-9]+\.[0-9]+\.[0-9]+).*"/\1/p' ./src/framework/version.h)
4848
4949
else
5050
version="${{ github.event.inputs.version }}"

0 commit comments

Comments
 (0)