remove unnecessary checking
This commit is contained in:
@@ -9,7 +9,6 @@ build-android:
|
|||||||
- bash ./setup-ndk.sh
|
- bash ./setup-ndk.sh
|
||||||
- bin/update && bin/apply && cd works/core
|
- bin/update && bin/apply && cd works/core
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- git ls-remote --exit-code --tags origin v$version || echo "PUBLISHED=false" >> "$GITHUB_ENV"
|
|
||||||
- git tag v$version -f
|
- git tag v$version -f
|
||||||
- make lib_install
|
- make lib_install
|
||||||
- export PATH="$PATH:$(go env GOPATH)/bin"
|
- export PATH="$PATH:$(go env GOPATH)/bin"
|
||||||
|
|||||||
Reference in New Issue
Block a user