This repository was archived by the owner on Sep 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 shell : bash
2121 run : |
2222 bash build-with-docker.sh
23- # - uses: actions/upload-artifact@master
24- # with:
25- # name: ffmpeg-linux
26- # path: ffmpeg
23+ - uses : actions/upload-artifact@master
24+ with :
25+ name : ffmpeg-linux
26+ path : wasm/dist
2727 macos-build :
2828 runs-on : macos-latest
2929 steps :
@@ -42,10 +42,10 @@ jobs:
4242 shell : bash
4343 run : |
4444 bash build.sh
45- # - uses: actions/upload-artifact@master
46- # with:
47- # name: ffmpeg-macos
48- # path: ffmpeg
45+ - uses : actions/upload-artifact@master
46+ with :
47+ name : ffmpeg-macos
48+ path : wasm/dist
4949 # Not working with error messsage:
5050 # C:\ProgramData\Chocolatey\lib\mingw\tools\install\mingw64\x86_64-w64-mingw32\bin\ar.exe: libavfilter/vsink_null: No such file or directory
5151 # windows-build:
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ ROOT=$(dirname $0)
77# verify Emscripten version
88emcc -v
99# configure FFmpeg with Emscripten
10- # $ROOT/wasm/build-scripts/configure.sh
10+ $ROOT /wasm/build-scripts/configure.sh
1111# build dependencies
12- # $ROOT/wasm/build-scripts/make.sh
12+ $ROOT /wasm/build-scripts/make.sh
1313# build ffmpeg.wasm
1414$ROOT /wasm/build-scripts/build-ffmpeg.sh
You can’t perform that action at this time.
0 commit comments