We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3003cf2 commit 320f383Copy full SHA for 320f383
1 file changed
.github/workflows/OpusCompile.yml
@@ -474,4 +474,12 @@ jobs:
474
uses: actions/download-artifact@v4
475
with:
476
name: android-x86-libopus.so
477
- path: runtimes/android-x86
+ path: runtimes/android-x86
478
+
479
+ - name: Print Runtimes Directory
480
+ working-directory: ./working-directory
481
+ run: dir
482
483
+ - name: Print Android Runtimes Directory
484
485
+ run: dir ./android-arm64
0 commit comments