diff --git a/build b/build index d7cafa1..019f0c4 100755 --- a/build +++ b/build @@ -978,10 +978,10 @@ if [ "$RELEASE_CHANNEL" = "stable" ] || [ "$RELEASE_CHANNEL" = "beta" ]; then # Stage the artifacts that are part of the release. dist/ is # gitignored everywhere — none of the tools' dist/.html files # are tracked. The release commit only carries the bake-in artifacts - # that the binary needs at //go:embed time + the embedded form + - # tables templates. + # that the binary needs at //go:embed time + the unified form/tables + # template (form-mode is hosted by tables.html via the zddcMode + # dispatcher; there is no separate form.html //go:embed target). git -C "$SCRIPT_DIR" add "$EMBED_DIR/" \ - "$SCRIPT_DIR/zddc/internal/handler/form.html" \ "$SCRIPT_DIR/zddc/internal/handler/tables.html" if ! git -C "$SCRIPT_DIR" diff --cached --quiet; then