diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46eaa00b9..10a925427 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: echo "ndk.dir=${ANDROID_HOME}/ndk/25.0.8775105" >> local.properties export LOCAL_PROPERTIES="${{ secrets.LOCAL_PROPERTIES }}" ./run init action gradle - KEYSTORE_PASS="${{ secrets.KEYSTORE_PASS }}" ALIAS_NAME="${{ secrets.ALIAS_NAME }}" ALIAS_PASS="${{ secrets.ALIAS_PASS}}" ./gradlew app:assembleOssRelease + ./gradlew app:assembleOssDebug APK=$(find app/build/outputs/apk -name '*arm64-v8a*.apk') APK=$(dirname $APK) echo "APK=$APK" >> $GITHUB_ENV diff --git a/buildScript/lib/core/get_source.sh b/buildScript/lib/core/get_source.sh index e41a02fd3..8757ff93e 100755 --- a/buildScript/lib/core/get_source.sh +++ b/buildScript/lib/core/get_source.sh @@ -9,7 +9,7 @@ pushd .. #### if [ ! -d "sing-box" ]; then - git clone --no-checkout https://github.com/starifly/sing-box.git + git clone --no-checkout https://github.com/byteslaves/sing-box.git fi pushd sing-box git checkout "$COMMIT_SING_BOX" diff --git a/buildScript/lib/core/get_source_env.sh b/buildScript/lib/core/get_source_env.sh index c8ac089a2..6cfd5e93e 100644 --- a/buildScript/lib/core/get_source_env.sh +++ b/buildScript/lib/core/get_source_env.sh @@ -1,2 +1,2 @@ -export COMMIT_SING_BOX="03d936e502173c909cf8a2e609da177bd01964d8" +export COMMIT_SING_BOX="1343656e19a1ba0818b2dc18409de5b64bf58f30" export COMMIT_LIBNEKO="1c47a3af71990a7b2192e03292b4d246c308ef0b"