debug(ci): emit notice annotation with 0x0.st URL

This commit is contained in:
2026-05-13 12:11:52 +03:00
parent 8e56ff721c
commit 25ba9911b7
+3 -1
View File
@@ -36,7 +36,9 @@ jobs:
EXIT=$? EXIT=$?
tail -n 200 test_output.log tail -n 200 test_output.log
if [ $EXIT -ne 0 ]; then if [ $EXIT -ne 0 ]; then
echo "UPLOAD_URL=$(curl -s -F'file=@test_output.log' https://0x0.st)" URL=$(curl -s -F'file=@test_output.log' https://0x0.st)
echo "::notice::Test log uploaded to $URL"
echo "UPLOAD_URL=$URL"
fi fi
exit $EXIT exit $EXIT