diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7239a8f8..e2cf53d1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./osu.Game.Rulesets.Karaoke/bin/Release/netstandard2.1/osu.Game.Rulesets.Karaoke.dll + asset_path: ./osu.Game.Rulesets.Karaoke/bin/Release/netstandard2.1/osu.Game.Rulesets.Karaoke.Packed.Packed.dll asset_name: osu.Game.Rulesets.Karaoke.dll asset_content_type: application/vnd.microsoft.portable-executable - name: Generate changelog diff --git a/osu.Game.Rulesets.Karaoke.Tests/VisualTestRunner.cs b/osu.Game.Rulesets.Karaoke.Tests/VisualTestRunner.cs index 0c12bdcd1..a6360f3ba 100644 --- a/osu.Game.Rulesets.Karaoke.Tests/VisualTestRunner.cs +++ b/osu.Game.Rulesets.Karaoke.Tests/VisualTestRunner.cs @@ -13,7 +13,7 @@ public static class VisualTestRunner [STAThread] public static int Main(string[] args) { - using (DesktopGameHost host = Host.GetSuitableHost(@"osu", true)) + using (DesktopGameHost host = Host.GetSuitableHost(@"karaoke-visual-test-runner", true)) { host.Run(new OsuTestBrowser()); return 0; diff --git a/osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj b/osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj index 6634510b9..1a68a9246 100644 --- a/osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj +++ b/osu.Game.Rulesets.Karaoke/osu.Game.Rulesets.Karaoke.csproj @@ -1,7 +1,7 @@  netstandard2.1 - osu.Game.Rulesets.Sample + osu.Game.Rulesets.Karaoke Library AnyCPU osu.Game.Rulesets.Karaoke @@ -10,6 +10,7 @@ + @@ -26,4 +27,32 @@ <_Parameter1>$(AssemblyName).Tests + + + + true + + + + + $(MSBuildThisFileDirectory)bin\$(Configuration)\$(TargetFramework) + + + + + + + + + + + + + + + + + + + \ No newline at end of file