syntax fix

This commit is contained in:
GammaGames 2024-04-03 10:12:39 -06:00
parent 27b687e565
commit 396c696e03
1 changed files with 1 additions and 1 deletions

View File

@ -71,4 +71,4 @@ chmod +x ${TARGET}
stdout=$(cat /tmp/outFile)
stderr=$(cat /tmp/errFile)
echo "stdout=${stdout//$'\n'/\\n}" >> $GITHUB_OUTPUT
echo "stderr=${stderr//$'\n'/\\n}" >> $GITHUB_OUTPUT)
echo "stderr=${stderr//$'\n'/\\n}" >> $GITHUB_OUTPUT