mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
missing bin
This commit is contained in:
parent
227f10eca6
commit
5b11bb09da
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue