Compare commits

...

2 commits

Author SHA1 Message Date
03a51ae47d fix output name
All checks were successful
Build docker image / build-and-publish (push) Successful in 5m38s
2024-12-07 22:30:19 +00:00
c5a19cf40b No need to echo anything here 2024-12-07 22:30:06 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ inputs:
default: false default: false
outputs: outputs:
rpm: rpms:
description: "Path to the generated rpm file" description: "Path to the generated rpm file"
runs: runs:

View file

@ -55,7 +55,7 @@ for SPEC in ${SPECS[@]}; do
RPMS=$(grep Wrote result/build.log | grep "/RPMS/" | cut -d" " -f 2 | xargs basename) RPMS=$(grep Wrote result/build.log | grep "/RPMS/" | cut -d" " -f 2 | xargs basename)
echo "::debug::built rpm: ${RPMS}" echo "::debug::built rpm: ${RPMS}"
RESULT="${RESULT},\"${RPMS}\"" RESULT="${RESULT},\"${RPMS}\""
cd - cd - &> /dev/null
done done
RESULT="${RESULT/[,/[}]" RESULT="${RESULT/[,/[}]"