CI Autorelease

This commit is contained in:
soraefir 2024-03-23 15:03:09 +01:00
parent b289648260
commit b02920ca41
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -44,3 +44,10 @@ jobs:
with: with:
name: app.apk name: app.apk
path: app/build/outputs/apk/release/app-release-unsigned.apk path: app/build/outputs/apk/release/app-release-unsigned.apk
- name: Release
uses: softprops/action-gh-release@v2
with:
files: |
app.apk
app/build/outputs/apk/release/app-release-unsigned.apk