Fix heredoc syntax error in build workflow
- 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:
parent
337805486c
commit
c4bd1e97fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue