We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4362e19 commit 9ff8970Copy full SHA for 9ff8970
1 file changed
.github/workflows/opus.yml
@@ -407,6 +407,8 @@ jobs:
407
working-directory: ./build
408
run: cmake --build . -j 2 --config Release --target package
409
410
- - name: List Directory
411
- working-directory: ./build
412
- run: ls
+ - name: Upload Artifact
+ uses: actions/upload-artifact@v4
+ with:
413
+ name: macos-x64-libopus.0.10.1.dylib
414
+ path: ./build/libopus.0.10.1.dylib
0 commit comments