update fizzy, fix slow register #13
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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" |