mirror of
https://git.madhouse-project.org/actions/nix.git
synced 2025-04-20 01:30:15 +03:00
build: Try a different redirect
Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
This commit is contained in:
parent
b383d26223
commit
a110fcd4f6
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ case "${INPUT_LOGS}" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
exec 2>&1
|
||||||
|
|
||||||
echo "##[group]Building ${INPUT_PACKAGE}"
|
echo "##[group]Building ${INPUT_PACKAGE}"
|
||||||
nix build ${LOGS} --out-link "${INPUT_OUT_LINK}" "${INPUT_FLAKE}#${INPUT_PACKAGE}" 2>&1
|
nix build ${LOGS} --out-link "${INPUT_OUT_LINK}" "${INPUT_FLAKE}#${INPUT_PACKAGE}"
|
||||||
echo "output-path=$(readlink "${INPUT_OUT_LINK}")" >>"${GITHUB_OUTPUT}"
|
echo "output-path=$(readlink "${INPUT_OUT_LINK}")" >>"${GITHUB_OUTPUT}"
|
||||||
echo "##[endgroup]"
|
echo "##[endgroup]"
|
||||||
|
|
Loading…
Reference in a new issue