From 455b94b7cbaa2262aa7fd631f8d55426cd20d801 Mon Sep 17 00:00:00 2001 From: IhateTrains Date: Sun, 17 Dec 2023 23:03:18 +0000 Subject: [PATCH] Fix installer creation (for real this time) (#1653) --- .github/workflows/create_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 5ab770e69..65b57e30e 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -128,7 +128,7 @@ jobs: dotnet tool install --global InnoSetup cp Fronter.NET/Fronter.NET/Assets/converter.ico Publish/Assets/ iscc --version - sed -i '5i\\#define MyAppVersion "${{ needs.create_release.outputs.tag }}"' ImperatorToCK3.iss + sed -i '5i\\#define MyAppVersion "\"${{ needs.create_release.outputs.tag }}"\"' ImperatorToCK3.iss cat ImperatorToCK3.iss iscc ImperatorToCK3.iss - name: "Upload installer for Windows"