Compare commits
2 commits
a13fce8a9d
...
03a51ae47d
Author | SHA1 | Date | |
---|---|---|---|
03a51ae47d | |||
c5a19cf40b |
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ inputs:
|
|||
default: false
|
||||
|
||||
outputs:
|
||||
rpm:
|
||||
rpms:
|
||||
description: "Path to the generated rpm file"
|
||||
|
||||
runs:
|
||||
|
|
|
@ -55,7 +55,7 @@ for SPEC in ${SPECS[@]}; do
|
|||
RPMS=$(grep Wrote result/build.log | grep "/RPMS/" | cut -d" " -f 2 | xargs basename)
|
||||
echo "::debug::built rpm: ${RPMS}"
|
||||
RESULT="${RESULT},\"${RPMS}\""
|
||||
cd -
|
||||
cd - &> /dev/null
|
||||
done
|
||||
|
||||
RESULT="${RESULT/[,/[}]"
|
||||
|
|
Loading…
Reference in a new issue