Updating build error job to explicit folder.

Signed-off-by: Sunil Singh <sunil.singh@suse.com>
This commit is contained in:
Sunil Singh 2025-10-01 12:18:14 -07:00
parent 160410ddd9
commit 94a1388674
No known key found for this signature in database
GPG Key ID: B63745F5C803DA80
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ jobs:
if [ ${{ env.BUILD_STATUS }} -eq "0" ]; then
exit 0
else
cat local-community-build.log
cat tmp/local-community-build.log
exit 1
fi