Skip to content

Commit b6dabab

Browse files
committed
chore: add build step to release workflow
1 parent 390f9bb commit b6dabab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: \
2727
bun install --frozen-lockfile
28+
bun run build
2829
cp src/miniz.h dist/
2930
cp src/miniz.c dist/
3031
cp src/zip_wrapper.c dist/

0 commit comments

Comments
 (0)