remove unnecessary checking

This commit is contained in:
n3t1zen
2026-05-04 14:37:17 +08:00
parent c3abad7929
commit f915a920ab
-1
View File
@@ -9,7 +9,6 @@ build-android:
- bash ./setup-ndk.sh
- bin/update && bin/apply && cd works/core
- git submodule update --init --recursive
- git ls-remote --exit-code --tags origin v$version || echo "PUBLISHED=false" >> "$GITHUB_ENV"
- git tag v$version -f
- make lib_install
- export PATH="$PATH:$(go env GOPATH)/bin"