diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a6c8bcd..6997dc6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -32,9 +32,9 @@ jobs:
dotnet-version: "5.0.x"
- name: Compile for ${{ matrix.os.prettyName }}
- run: dotnet publish -c ${{ matrix.os.configurationName }} -r win10-x64
+ run: dotnet publish -c ${{ matrix.os.configurationName }} -r ${{ matrix.os.platform }}
- uses: actions/upload-artifact@v2
with:
name: UnionPatcher-${{ matrix.os.prettyName }}
- path: ${{ github.workspace }}/UnionPatcher.Gui.${{ matrix.os.prettyName }}/bin
\ No newline at end of file
+ path: ${{ github.workspace }}/UnionPatcher.Gui.${{ matrix.os.prettyName }}/bin/Release/net5.0/${{ matrix.os.platform }}/publish
\ No newline at end of file
diff --git a/UnionPatcher.Gui/UnionPatcher.Gui.csproj b/UnionPatcher.Gui/UnionPatcher.Gui.csproj
index 56bbefc..bbec297 100644
--- a/UnionPatcher.Gui/UnionPatcher.Gui.csproj
+++ b/UnionPatcher.Gui/UnionPatcher.Gui.csproj
@@ -1,9 +1,17 @@
-
- net5.0
LBPUnion.UnionPatcher.Gui
LBPUnion.UnionPatcher.Gui
+ Debug;Release;Windows
+ AnyCPU
+
+
+
+ net5.0
+
+
+
+ net5.0-windows
@@ -13,5 +21,4 @@
-
diff --git a/UnionPatcher.sln b/UnionPatcher.sln
index b18b8e8..ed35680 100644
--- a/UnionPatcher.sln
+++ b/UnionPatcher.sln
@@ -29,8 +29,8 @@ Global
{235B4DEC-11A0-42EF-9B8D-16529869ED1A}.Linux|Any CPU.Build.0 = Release|Any CPU
{235B4DEC-11A0-42EF-9B8D-16529869ED1A}.MacOS|Any CPU.ActiveCfg = Release|Any CPU
{235B4DEC-11A0-42EF-9B8D-16529869ED1A}.MacOS|Any CPU.Build.0 = Release|Any CPU
- {235B4DEC-11A0-42EF-9B8D-16529869ED1A}.Windows|Any CPU.ActiveCfg = Release|Any CPU
- {235B4DEC-11A0-42EF-9B8D-16529869ED1A}.Windows|Any CPU.Build.0 = Release|Any CPU
+ {235B4DEC-11A0-42EF-9B8D-16529869ED1A}.Windows|Any CPU.ActiveCfg = Windows|Any CPU
+ {235B4DEC-11A0-42EF-9B8D-16529869ED1A}.Windows|Any CPU.Build.0 = Windows|Any CPU
{5F8CDEA2-B483-40D1-B1FB-EF8EC667185A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F8CDEA2-B483-40D1-B1FB-EF8EC667185A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F8CDEA2-B483-40D1-B1FB-EF8EC667185A}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -55,8 +55,8 @@ Global
{1CEC657B-5C05-44FB-941B-3C41411A7BB8}.Linux|Any CPU.Build.0 = Release|Any CPU
{1CEC657B-5C05-44FB-941B-3C41411A7BB8}.MacOS|Any CPU.ActiveCfg = Release|Any CPU
{1CEC657B-5C05-44FB-941B-3C41411A7BB8}.MacOS|Any CPU.Build.0 = Release|Any CPU
- {1CEC657B-5C05-44FB-941B-3C41411A7BB8}.Windows|Any CPU.ActiveCfg = Release|Any CPU
- {1CEC657B-5C05-44FB-941B-3C41411A7BB8}.Windows|Any CPU.Build.0 = Release|Any CPU
+ {1CEC657B-5C05-44FB-941B-3C41411A7BB8}.Windows|Any CPU.ActiveCfg = Windows|Any CPU
+ {1CEC657B-5C05-44FB-941B-3C41411A7BB8}.Windows|Any CPU.Build.0 = Windows|Any CPU
{DF1F0B76-FC45-41D5-B11C-9DDC620BE0F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF1F0B76-FC45-41D5-B11C-9DDC620BE0F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF1F0B76-FC45-41D5-B11C-9DDC620BE0F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
diff --git a/UnionPatcher/UnionPatcher.csproj b/UnionPatcher/UnionPatcher.csproj
index 5106a2b..4d5787e 100644
--- a/UnionPatcher/UnionPatcher.csproj
+++ b/UnionPatcher/UnionPatcher.csproj
@@ -1,10 +1,22 @@
-
- Exe
- net5.0
LBPUnion.UnionPatcher
LBPUnion.UnionPatcher
+ Debug;Release;Windows
+ AnyCPU
+
+ Exe
+ net5.0
+
+
+
+ WinExe
+ net5.0-windows
+ LBPUnion.UnionPatcher
+ LBPUnion.UnionPatcher
+ true
+ win-x64
+