mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-21 17:58:53 +00:00
Rename .so again
This commit is contained in:
parent
56674b7112
commit
e39855781f
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/libAlberCore.so
|
||||
${ANDROID_NDK_ROOT}/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip --strip-unneeded ./build/panda3ds_libretro.so
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Android libretro shared library (arm64)
|
||||
path: |
|
||||
./build/libAlberCore.so
|
||||
./build/panda3ds_libretro.so
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue