From 963f4658519b5991ff95b842c71981343a6b180d Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Sun, 19 Nov 2023 06:10:27 +0200 Subject: [PATCH] Update deploy_desktop.yaml --- .github/workflows/deploy_desktop.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_desktop.yaml b/.github/workflows/deploy_desktop.yaml index 386ff37..e017e66 100644 --- a/.github/workflows/deploy_desktop.yaml +++ b/.github/workflows/deploy_desktop.yaml @@ -55,7 +55,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: 'mobslide v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version. releaseBody: 'See the assets to download and install this version.' releaseDraft: true prerelease: false