From 2d7f32f26d1bec55c1d5c3b890b4594e15dfa99f Mon Sep 17 00:00:00 2001 From: N3koSempai Date: Mon, 19 Feb 2024 03:44:30 -0500 Subject: [PATCH] [fix] change name on workflow --- .github/workflows/platform-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/platform-builds.yml b/.github/workflows/platform-builds.yml index 86698cc..4d2da10 100644 --- a/.github/workflows/platform-builds.yml +++ b/.github/workflows/platform-builds.yml @@ -50,7 +50,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags. - releaseName: 'App Name v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version. + releaseName: 'Everling Browser v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version. releaseBody: 'See the assets to download and install this version.' releaseDraft: true prerelease: false \ No newline at end of file