We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803f312 commit 556a157Copy full SHA for 556a157
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
run: |
73
$ANDROID_SDK_ROOT/cmake/3.31.5/bin/cmake --build build-x86-64 --target ffmpeg-build-all
74
cd build-x86-64/ffmpeg
75
- tar -cf ../../ffmpeg-x86-64-v8a-Android.tar.gz */*.a */**/*.h
+ tar -cf ../../ffmpeg-x86-64-Android.tar.gz */*.a */**/*.h
76
cd -
77
78
- name: Create release
0 commit comments