We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdfad5a commit 2dba220Copy full SHA for 2dba220
1 file changed
.github/workflows/OpusCompile.yml
@@ -449,6 +449,9 @@ jobs:
449
steps:
450
- uses: actions/checkout@v4
451
452
+ - name: Create Runtimes Directory
453
+ run: mkdir runtimes
454
+
455
- name: Download android-arm32-libopus.so
456
working-directory: ./runtimes
457
uses: actions/download-artifact@v4
@@ -475,12 +478,4 @@ jobs:
475
478
476
479
with:
477
480
name: android-x86-libopus.so
- path: runtimes/android-x86
-
- - name: Print Runtimes Directory
481
- working-directory: ./working-directory
482
- run: dir
483
484
- - name: Print Android Runtimes Directory
485
486
- run: dir ./android-arm64
+ path: runtimes/android-x86
0 commit comments