From 24e8fc7d25173ceed80ca2d8011ba52bc983a930 Mon Sep 17 00:00:00 2001 From: adbenitez Date: Tue, 27 Aug 2024 00:01:40 +0200 Subject: [PATCH] update .github/workflows/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 50bbeec58..1208c8aed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: uses: softprops/action-gh-release@v1 with: token: "${{ secrets.GITHUB_TOKEN }}" - body: "Auto-generated release" + body: "If you don't know what APK file to download for your phone, download the one that has 'universal' in its name, it should work for all phones" prerelease: ${{ contains(github.event.ref, '-beta') }} fail_on_unmatched_files: true files: build/outputs/apk/gplay/release/*.apk