Skip to content

Commit ed35e6b

Browse files
committed
Some more changes.
1 parent 1742e32 commit ed35e6b

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

.github/workflows/OpusCompile.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,3 +442,36 @@ jobs:
442442
with:
443443
name: wasm-libopus.a
444444
path: ./build/libopus.a
445+
446+
Create Runtimes:
447+
runs-on: ubuntu-latest
448+
needs: [Android, iOS-universal, MacOS, Linux, Windows, Wasm]
449+
steps:
450+
- uses: actions/checkout@v4
451+
452+
- name: Download android-arm32-libopus.so
453+
uses: actions/download-artifact@v4
454+
with:
455+
name: android-arm32-libopus.so
456+
path: android-arm32-libopus
457+
458+
- name: Download android-arm64-libopus.so
459+
uses: actions/download-artifact@v4
460+
with:
461+
name: android-arm64-libopus.so
462+
path: android-arm64-libopus
463+
464+
- name: Download android-x64-libopus.so
465+
uses: actions/download-artifact@v4
466+
with:
467+
name: android-x64-libopus.so
468+
path: android-x64-libopus
469+
470+
- name: Download android-x86-libopus.so
471+
uses: actions/download-artifact@v4
472+
with:
473+
name: android-x86-libopus.so
474+
path: android-x86-libopus
475+
476+
- name: Print Dir
477+
run: dir

0 commit comments

Comments
 (0)