Update package version in build workflow to reflect new release version
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
sudo checkinstall --pkgname=cpu-check \
|
sudo checkinstall --pkgname=cpu-check \
|
||||||
--pkgversion=1.0.0 \
|
--pkgversion=2.0.0 \
|
||||||
--pkgrelease=1 \
|
--pkgrelease=1 \
|
||||||
--maintainer="maintainer@example.com" \
|
--maintainer="maintainer@example.com" \
|
||||||
--requires="libabsl-dev" \
|
--requires="libabsl-dev" \
|
||||||
|
Reference in New Issue
Block a user