Skip to content

Commit

Permalink
Try fixing DEB package
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTheBear committed Oct 13, 2022
1 parent 317d36c commit e79601e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit e79601e

Please sign in to comment.