We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915a3c9 commit e22516bCopy full SHA for e22516b
1 file changed
.github/workflows/release.yml
@@ -8,10 +8,11 @@ on:
8
workflow_dispatch:
9
10
jobs:
11
- android:
12
- uses: ./.github/workflows/android.yml
13
- with:
14
- release: true
+ # Currently Android artifacts are generated and signed internally before publication to GitHub.
+ # android:
+ # uses: ./.github/workflows/android.yml
+ # with:
15
+ # release: true
16
17
msvc-build:
18
uses: ./.github/workflows/windows-matrix.yml
0 commit comments