From b32e9005e607a0b62c38529faa194755142bb5eb Mon Sep 17 00:00:00 2001 From: Rushi Ranpise <37355997+rushiranpise@users.noreply.github.com> Date: Sat, 14 Oct 2023 01:55:16 +0530 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5509eab..081aecf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: v${{ env.VERSION }} - release_name: Release ${{ env.VERSION }} + release_name: Pixelify Google Photos ${{ env.VERSION }} asset_files: ${{ github.workspace }}/app/build/outputs/apk/release/Pixelify-Google-Photos-${{ env.VERSION }}.apk draft: false prerelease: false