From 31d434365a584ebea774468f1866b9b5942a1090 Mon Sep 17 00:00:00 2001 From: Carigs Date: Tue, 6 Aug 2024 05:44:48 -0400 Subject: [PATCH] Removed releaseBody prop from tauri-action --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0bd4124..0127789 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,10 +40,6 @@ jobs: with: tagName: v__VERSION__ releaseName: 'MGS2 ASI Mod Config Editor v__VERSION__' - releaseBody: | - - Download the latest release & launch the installer. When asked where to install the application, choose the `bin\scripts` folder where you have MGS2 installed. - - For example: `C:\Program Files (x86)\GOG Galaxy\Games\Metal Gear Solid 2 Substance\bin\scripts`. - - As a precaution, it's recommended to backup of your existing `.ini` files before using this application releaseDraft: false prerelease: true args: ${{ matrix.args }}