File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -453,28 +453,24 @@ jobs:
453453 run : mkdir runtimes
454454
455455 - name : Download android-arm32-libopus.so
456- working-directory : ./runtimes
457456 uses : actions/download-artifact@v4
458457 with :
459458 name : android-arm32-libopus.so
460459 path : runtimes/android-arm32
461460
462461 - name : Download android-arm64-libopus.so
463- working-directory : ./runtimes
464462 uses : actions/download-artifact@v4
465463 with :
466464 name : android-arm64-libopus.so
467465 path : runtimes/android-arm64
468466
469467 - name : Download android-x64-libopus.so
470- working-directory : ./runtimes
471468 uses : actions/download-artifact@v4
472469 with :
473470 name : android-x64-libopus.so
474471 path : runtimes/android-x64
475472
476473 - name : Download android-x86-libopus.so
477- working-directory : ./runtimes
478474 uses : actions/download-artifact@v4
479475 with :
480476 name : android-x86-libopus.so
You can’t perform that action at this time.
0 commit comments