From 6a7699632edcd85f70752ee9df60c2f64a0aa6fe Mon Sep 17 00:00:00 2001 From: Him188 Date: Fri, 10 Jan 2025 13:17:55 +0000 Subject: [PATCH] Upload Android APK only on GithubMacOS13 --- .github/workflows/src.main.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/src.main.kts b/.github/workflows/src.main.kts index 191fca13..7245b985 100755 --- a/.github/workflows/src.main.kts +++ b/.github/workflows/src.main.kts @@ -379,7 +379,7 @@ val buildMatrixInstances = listOf( ), MatrixInstance( runner = Runner.SelfHostedMacOS15, - uploadApk = true, // upload arm64-v8a once finished + uploadApk = false, // upload arm64-v8a once finished buildAnitorrent = true, buildAnitorrentSeparately = true, composeResourceTriple = "macos-arm64",