missing bin

This commit is contained in:
qimiko 2024-02-02 16:58:02 -07:00
parent 227f10eca6
commit 5b11bb09da
No known key found for this signature in database
GPG key ID: D2D404DD810FE0E3

View file

@ -153,7 +153,7 @@ jobs:
# hardcoding toolchain path :(
- name: Strip Binaries
run: "$NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/llvm-strip ./bin/nightly/Geode.${{ matrix.config.id }}.so"
run: "$NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip ./bin/nightly/Geode.${{ matrix.config.id }}.so"
if: matrix.config.id == 'android32' || matrix.config.id == 'android64'
- name: Upload Artifacts