diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3ea3127..f42b6c9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -18,11 +18,6 @@ jobs:
- { prettyName: Linux, platform: ubuntu-latest, configurationName: Linux, extraArgs: "", buildPath: "Release/net6.0/publish"}
# - { prettyName: MacOS, platform: ubuntu-latest, configurationName: Release, platform: osx-x64 }
steps:
- - name: Cancel previous runs of this workflow
- uses: styfle/cancel-workflow-action@0.6.0
- with:
- access_token: ${{ github.token }}
-
- name: Checkout
uses: actions/checkout@v2
@@ -37,4 +32,4 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: UnionPatcher-${{ matrix.os.prettyName }}
- path: ${{ github.workspace }}/UnionPatcher.UI.${{ matrix.os.prettyName }}/bin/${{ matrix.os.buildPath }}
+ path: ${{ github.workspace }}/UnionPatcher.Gui.${{ matrix.os.prettyName }}/bin/${{ matrix.os.buildPath }}
diff --git a/.idea/.idea.UnionPatcher/.idea/git_toolbox_prj.xml b/.idea/.idea.UnionPatcher/.idea/git_toolbox_prj.xml
index b382006..0b5461a 100644
--- a/.idea/.idea.UnionPatcher/.idea/git_toolbox_prj.xml
+++ b/.idea/.idea.UnionPatcher/.idea/git_toolbox_prj.xml
@@ -1,6 +1,12 @@
+
@@ -11,5 +17,10 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/UnionPatcher/UnionPatcher.csproj b/UnionPatcher/UnionPatcher.csproj
index 41f5b48..9d730fd 100644
--- a/UnionPatcher/UnionPatcher.csproj
+++ b/UnionPatcher/UnionPatcher.csproj
@@ -3,18 +3,11 @@
LBPUnion.UnionPatcher
LBPUnion.UnionPatcher
Debug;Release;Windows
- AnyCPU
-
-
-
net6.0
+ AnyCPU
- WinExe
- net6.0-windows
- LBPUnion.UnionPatcher
- LBPUnion.UnionPatcher
true
win-x64