diff --git a/.github/workflows/cmd_dev.yml b/.github/workflows/cmd_dev.yml index c87fa6afe..12bdf44e2 100644 --- a/.github/workflows/cmd_dev.yml +++ b/.github/workflows/cmd_dev.yml @@ -146,12 +146,6 @@ jobs: - name: Clone update repository run: git clone https://github.com/FanTranslatorsInternational/Kuriimu2-CommandLine-Update ./update_repo - - name: Commit changes to update repo - run: | - ls ./update/Windows - ls ./update/Linux - ls ./update/Mac - - name: Move update files to update repo run: | mv -Force ./update/Windows/* ./update_repo/Windows diff --git a/src/Kuriimu2.Cmd/Properties/PublishProfiles/Linux.pubxml b/src/Kuriimu2.Cmd/Properties/PublishProfiles/Linux.pubxml new file mode 100644 index 000000000..809244ebb --- /dev/null +++ b/src/Kuriimu2.Cmd/Properties/PublishProfiles/Linux.pubxml @@ -0,0 +1,16 @@ + + + + + Release + Any CPU + ..\..\dist\Release\netcoreapp31\win-x64\publish\ + FileSystem + netcoreapp31 + linux-x64 + false + True + + \ No newline at end of file diff --git a/src/Kuriimu2.Cmd/Properties/PublishProfiles/Mac.pubxml b/src/Kuriimu2.Cmd/Properties/PublishProfiles/Mac.pubxml new file mode 100644 index 000000000..840f43f6d --- /dev/null +++ b/src/Kuriimu2.Cmd/Properties/PublishProfiles/Mac.pubxml @@ -0,0 +1,16 @@ + + + + + Release + Any CPU + ..\..\dist\Release\netcoreapp31\win-x64\publish\ + FileSystem + netcoreapp31 + osx-x64 + false + True + + \ No newline at end of file diff --git a/src/Kuriimu2.Cmd/Properties/PublishProfiles/FolderProfile.pubxml b/src/Kuriimu2.Cmd/Properties/PublishProfiles/Windows.pubxml similarity index 100% rename from src/Kuriimu2.Cmd/Properties/PublishProfiles/FolderProfile.pubxml rename to src/Kuriimu2.Cmd/Properties/PublishProfiles/Windows.pubxml