From 92851bb075b229684fbbc42ad2fc5684d80effe0 Mon Sep 17 00:00:00 2001 From: Nicola Spadari Date: Sun, 4 Aug 2024 11:50:46 +0200 Subject: [PATCH] Update app name in github action --- .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 aa48b8b..1c6bf4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: with: tagName: nuxtor-v__VERSION__ releaseName: Nuxtor v__VERSION__ - releaseBody: After installing the Apple app you have to run "xattr -c /Applications/nuxtor.app" once before launching + releaseBody: After installing the Apple app you have to run "xattr -c /Applications/Nuxtor.app" once before launching releaseDraft: false prerelease: false args: ${{ matrix.args }}