mirror of
https://github.com/yggdrasil-network/yggdrasil-android.git
synced 2025-04-29 06:35:08 +03:00
Fix filename in CI
This commit is contained in:
parent
a027b006e4
commit
dcc33b295e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
mkdir app/libs
|
mkdir app/libs
|
||||||
cd yggdrasil-go
|
cd yggdrasil-go
|
||||||
PATH=$PATH:~/go/bin/ ./contrib/mobile/build -a
|
PATH=$PATH:~/go/bin/ ./contrib/mobile/build -a
|
||||||
cp {yggdrasil.aar,yggdrasil-sources.aar} ../app/libs
|
cp {yggdrasil.aar,yggdrasil-sources.jar} ../app/libs
|
||||||
env:
|
env:
|
||||||
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
|
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue