mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Fix workspace structure, fix AAC channel layout, fix incorrect import, enable HW-accelerated video decode by default
This commit is contained in:
@@ -94,8 +94,5 @@ jobs:
|
||||
packages/flac-encoder/dist/bundles/mediabunny-flac-encoder.min.mjs
|
||||
packages/flac-encoder/dist/mediabunny-flac-encoder.d.ts
|
||||
|
||||
- name: Publish Mediabunny to npm
|
||||
run: npm publish --access public ${{ github.event.release.prerelease && '--tag beta' || '' }}
|
||||
|
||||
- name: Publish workspace packages to npm
|
||||
run: npm publish --access public --workspaces ${{ github.event.release.prerelease && '--tag beta' || '' }}
|
||||
|
||||
Reference in New Issue
Block a user