We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c424b49 commit 0009b37Copy full SHA for 0009b37
1 file changed
.github/workflows/android.yml
@@ -24,3 +24,9 @@ jobs:
24
run: chmod +x gradlew
25
- name: Build with Gradle
26
run: ./gradlew build
27
+
28
+ - uses: ncipollo/release-action@v1
29
+ with:
30
+ artifacts: "*.apk"
31
+ token: ${{ github.token }}
32
+ generateReleaseNotes: true
0 commit comments