Skip to content

Commit e22516b

Browse files
committed
GitHub Actions: Disable Android builds on releases.
1 parent 915a3c9 commit e22516b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11-
android:
12-
uses: ./.github/workflows/android.yml
13-
with:
14-
release: true
11+
# Currently Android artifacts are generated and signed internally before publication to GitHub.
12+
# android:
13+
# uses: ./.github/workflows/android.yml
14+
# with:
15+
# release: true
1516

1617
msvc-build:
1718
uses: ./.github/workflows/windows-matrix.yml

0 commit comments

Comments
 (0)