mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-24 14:55:37 +00:00
fix(release): harden beta publish workflow
This commit is contained in:
@@ -132,7 +132,7 @@ jobs:
|
||||
run: npm ci --ignore-scripts
|
||||
|
||||
- name: Install bundled FFmpeg binary
|
||||
run: node node_modules/ffmpeg-static/install.js
|
||||
run: node scripts/install-ffmpeg-static.mjs
|
||||
|
||||
- name: Verify bundled FFmpeg binary
|
||||
run: |
|
||||
@@ -233,7 +233,7 @@ jobs:
|
||||
run: npm ci --ignore-scripts
|
||||
|
||||
- name: Install bundled FFmpeg binary
|
||||
run: node node_modules/ffmpeg-static/install.js
|
||||
run: node scripts/install-ffmpeg-static.mjs
|
||||
|
||||
- name: Verify bundled FFmpeg binary
|
||||
run: |
|
||||
@@ -392,7 +392,7 @@ jobs:
|
||||
run: npm ci --ignore-scripts
|
||||
|
||||
- name: Install bundled FFmpeg binary
|
||||
run: node node_modules/ffmpeg-static/install.js
|
||||
run: node scripts/install-ffmpeg-static.mjs
|
||||
|
||||
- name: Verify bundled FFmpeg binary
|
||||
run: |
|
||||
@@ -470,7 +470,7 @@ jobs:
|
||||
run: npm ci --ignore-scripts
|
||||
|
||||
- name: Install bundled FFmpeg binary
|
||||
run: node node_modules/ffmpeg-static/install.js
|
||||
run: node scripts/install-ffmpeg-static.mjs
|
||||
|
||||
- name: Verify bundled FFmpeg binary
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user