mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-11 02:28:40 +00:00
Fix SO name
This commit is contained in:
parent
d7e343d03b
commit
56674b7112
1 changed files with 2 additions and 2 deletions
4
.github/workflows/Hydra_Build.yml
vendored
4
.github/workflows/Hydra_Build.yml
vendored
|
@ -260,11 +260,11 @@ jobs:
|
|||
cmake --build ${{github.workspace}}/build --config ${{ env.BUILD_TYPE }}
|
||||
|
||||
# Strip the generated library
|
||||
${ANDROID_NDK_ROOT}/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip --strip-unneeded ./build/libAlber.so
|
||||
${ANDROID_NDK_ROOT}/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip --strip-unneeded ./build/libAlberCore.so
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Android libretro shared library (arm64)
|
||||
path: |
|
||||
./build/libAlber.so
|
||||
./build/libAlberCore.so
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue