diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b81d95b..78a84b64 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,10 +37,7 @@ jobs: run: dotnet restore Mapping_Tools - name: Build - run: dotnet build Mapping_Tools -c Release --no-restore - - - name: Test - run: dotnet test Mapping_Tools --no-build --verbosity normal + run: dotnet build Mapping_Tools -c Release /p:Platform=x86 --no-restore - name: Build Installer run: iscc Installer_Script.iss @@ -48,7 +45,7 @@ jobs: - name: Create release.zip uses: papeloto/action-zip@v1 with: - files: Mapping_Tools/bin/Release/net5.0-windows/ + files: Mapping_Tools/bin/x86/Release/net5.0-windows/ dest: release.zip - uses: "marvinpinto/action-automatic-releases@latest" diff --git a/Installer_Script.iss b/Installer_Script.iss index 348b2833..a4a890ca 100644 --- a/Installer_Script.iss +++ b/Installer_Script.iss @@ -6,7 +6,7 @@ #define MyAppPublisher "OliBomby" #define MyAppURL "https://mappingtools.github.io/" #define MyAppExeName "Mapping Tools.exe" -#define BuildFolderPath "Mapping_Tools\bin\Release\net5.0-windows" +#define BuildFolderPath "Mapping_Tools\bin\x86\Release\net5.0-windows" [Setup] ; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.