Be more verbose

This commit is contained in:
Holger Obermaier 2022-03-01 14:49:53 +01:00
parent c3d08eb732
commit 1018048b75

View File

@ -79,6 +79,8 @@ RPM: scripts/cc-metric-collector.spec
@if [[ "$${GITHUB_ACTIONS}" == true ]]; then
@ RPMFILES="$${RPMDIR}"/*/*.rpm
@ SRPMFILES="$${SRPMDIR}"/*.src.rpm
@ echo ::set-output name="SRPM::$${SRPM}"
@ echo ::set-output name="RPM::$${RPM}"
@ echo "RPMs: $${RPMFILES}"
@ echo "SRPMs: $${SRPMFILES}"
@ echo "::set-output name=SRPM::$${SRPMFILES}"
@ echo "::set-output name=RPM::$${RPMFILES}"
@fi