Skip to content

Commit 9ff8970

Browse files
Update opus.yml
1 parent 4362e19 commit 9ff8970

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/opus.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,8 @@ jobs:
407407
working-directory: ./build
408408
run: cmake --build . -j 2 --config Release --target package
409409

410-
- name: List Directory
411-
working-directory: ./build
412-
run: ls
410+
- name: Upload Artifact
411+
uses: actions/upload-artifact@v4
412+
with:
413+
name: macos-x64-libopus.0.10.1.dylib
414+
path: ./build/libopus.0.10.1.dylib

0 commit comments

Comments
 (0)