Skip to content

Commit

Permalink
Upload Android APK only on GithubMacOS13
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Jan 10, 2025
1 parent 799d840 commit 6a76996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/src.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6a76996

Please sign in to comment.