diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6ca5572..03163fa 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
run: dotnet restore ${{ env.Solution_Name }}
- name: Build Solution
- run: dotnet build ${{ env.Solution_Name }} --configuration Release --no-restore
+ run: dotnet build ${{ env.Solution_Name }} --configuration Release --no-restore -p:Platform="Any CPU"
- name: Extract Version from csproj
id: get_version
@@ -38,7 +38,7 @@ jobs:
- name: Create Zip File
run: |
- Compress-Archive -Path vrcosc-magicchatbox/bin/Release/net6.0-windows10.0.22000.0/win-x64/* -DestinationPath "MagicChatbox-${{ steps.get_version.outputs.VERSION }}.zip"
+ Compress-Archive -Path vrcosc-magicchatbox/bin/Release/net6.0-windows10.0.22000.0/* -DestinationPath "MagicChatbox-${{ steps.get_version.outputs.VERSION }}.zip"
- name: Create Release
id: create_release
diff --git a/vrcosc-magicchatbox/MagicChatbox.csproj b/vrcosc-magicchatbox/MagicChatbox.csproj
index 146eb1b..54c2601 100644
--- a/vrcosc-magicchatbox/MagicChatbox.csproj
+++ b/vrcosc-magicchatbox/MagicChatbox.csproj
@@ -2,7 +2,7 @@
WinExe
- 0.8.726
+ 0.8.730
net6.0-windows10.0.22000.0
vrcosc_magicchatbox
enable
@@ -16,12 +16,12 @@
10.0.22000.0
-
- True
- 4
- none
- false
-
+
+ True
+ 4
+ none
+ false
+
False