Fix heredoc syntax error in build workflow
Some checks failed
Build apt-ostree Package / Build apt-ostree Package (push) Failing after 1m11s
Simple CI / Build and Test (push) Failing after 2s
Simple CI / Security Audit (push) Failing after 1s
Simple CI / Build Package (push) Failing after 1s
Test apt-ostree Build / Test apt-ostree Build (with existing libostree) (push) Failing after 1m23s
Simple CI / Final Status (push) Successful in 1s

- Fix missing EOF marker in package.json creation
- Ensure all heredoc blocks are properly terminated
- Resolve syntax error that was causing workflow failures
This commit is contained in:
joe 2025-08-13 17:34:48 -07:00
parent c48a6583ff
commit 49d80f2962

View file

@ -378,7 +378,7 @@ jobs:
echo "Architecture: $PKG_ARCH"
# Create package metadata
cat > package.json << EOF
cat > package.json << 'EOF'
{
"name": "$PKG_NAME",
"version": "$PKG_VERSION",