We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafbb30 commit 6a527dbCopy full SHA for 6a527db
.github/workflows/pkg-deb.yml
@@ -44,7 +44,7 @@ jobs:
44
45
elif [ "${{ github.event_name }}" = "push" ];then
46
# 从源代码中提取版本号
47
- version=$(sed -E -n 's/^#define Chsrc_Version +"([0-9]+\.[0-9]+\.[0-9]+).*"/\1/p' ./src/framework/version.c)
+ version=$(sed -E -n 's/^#define Chsrc_Version +"([0-9]+\.[0-9]+\.[0-9]+).*"/\1/p' ./src/framework/version.h)
48
49
else
50
version="${{ github.event.inputs.version }}"
0 commit comments