mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-13 03:28:44 +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 }}
|
cmake --build ${{github.workspace}}/build --config ${{ env.BUILD_TYPE }}
|
||||||
|
|
||||||
# Strip the generated library
|
# 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
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Android libretro shared library (arm64)
|
name: Android libretro shared library (arm64)
|
||||||
path: |
|
path: |
|
||||||
./build/libAlber.so
|
./build/libAlberCore.so
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue