Update .github/workflows/build.yaml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Vayle 2026-01-24 18:21:47 -05:00 committed by GitHub
parent 4484f9204f
commit 6648ec2f03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@ jobs:
echo "$missing_libs"
exit 1
fi
/tmp/bin/world --help
/tmp/bin/world --help || { echo "'world --help' failed"; exit 1; }
- name: Upload linux binaries
uses: actions/upload-artifact@v4