From 68ac3bcc8fcfc626a10db59d95fb0050dac137e2 Mon Sep 17 00:00:00 2001 From: adbenitez Date: Thu, 12 Oct 2023 23:33:18 +0200 Subject: [PATCH] update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68d020b0c..73899d50e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: uses: softprops/action-gh-release@v1 with: token: "${{ secrets.GITHUB_TOKEN }}" - body: "Auto-generated release" + body: "DeltaLab release, download the APK file for your phone's CPU architecture, if you don't know your phone's architecture, use the universal APK which works for all architectures" prerelease: ${{ contains(github.event.ref, '-beta') }} fail_on_unmatched_files: true files: build/outputs/apk/gplay/release/*.apk