Skip to content

Commit

Permalink
fix(build): exclude Node directory from publish
Browse files Browse the repository at this point in the history
  • Loading branch information
VMelnalksnis committed Oct 13, 2024
1 parent 47f4cfc commit b301e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi

(
cd "$publish_dir" || exit
zip -r -9 "$archive_name" .
zip -r -9 "$archive_name" . -x ./Node/\*
)

echo "artifact-name=$archive_name" >>"$GITHUB_OUTPUT"
Expand Down

0 comments on commit b301e1d

Please sign in to comment.