Skip to content

Commit 0009b37

Browse files
authored
Update android.yml
1 parent c424b49 commit 0009b37

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/android.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ jobs:
2424
run: chmod +x gradlew
2525
- name: Build with Gradle
2626
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

Comments
 (0)