Skip to content

update fizzy, fix slow register #13

update fizzy, fix slow register

update fizzy, fix slow register #13

Workflow file for this run

# Tagging `vX.Y.Z` builds every target and publishes binaries + manifest.json.
# Identity SoT: plugin.zig.zon (tag must equal .version). SDK version + abi fingerprint
# are derived from the built dylib (pinned fizzy commit) — do not copy them here.
name: Release
on:
push:
tags: ["v*"]
jobs:
build:
uses: fizzyedit/plugin-build-action/.github/workflows/build.yml@v3
permissions:
contents: write
with:
zig-version: "0.16.0"