Skip to content

Commit 320f383

Browse files
committed
Test with directory printing.
1 parent 3003cf2 commit 320f383

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/OpusCompile.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,4 +474,12 @@ jobs:
474474
uses: actions/download-artifact@v4
475475
with:
476476
name: android-x86-libopus.so
477-
path: runtimes/android-x86
477+
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+
working-directory: ./working-directory
485+
run: dir ./android-arm64

0 commit comments

Comments
 (0)