fix(core): publish runtime inline artifact (#1787)

This commit is contained in:
Miguel Ángel
2026-06-29 14:43:25 -07:00
committed by GitHub
parent b403c54ae7
commit e73076e93c
5 changed files with 132 additions and 13 deletions
+3
View File
@@ -79,9 +79,12 @@ jobs:
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: 22
- run: corepack enable
- run: corepack prepare pnpm@10.17.1 --activate
- uses: ./.github/actions/prepare-ffmpeg-bin
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun run verify:packed-manifests
lint:
name: Lint