mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 04:27:25 +01:00
Try fixing DEB package
This commit is contained in:
parent
317d36c9dd
commit
e79601e2e8
2
Makefile
2
Makefile
@ -130,7 +130,7 @@ DEB: scripts/cc-metric-collector.deb.control $(APP)
|
||||
@make PREFIX=$${WORKSPACE} install
|
||||
@DEB_FILE="cc-metric-collector_$${VERS}_$${ARCH}.deb"
|
||||
@dpkg-deb -b $${WORKSPACE} "$$DEB_FILE"
|
||||
@if [[ "$${GITHUB_ACTIONS}" == true ]]; then
|
||||
@if [ "$${GITHUB_ACTIONS}" = "true" ]; then
|
||||
@ echo "::set-output name=DEB::$${DEB_FILE}"
|
||||
@fi
|
||||
@rm -r "$${WORKSPACE}"
|
||||
|
Loading…
Reference in New Issue
Block a user