From 76f0f9d483e34f51c0bc633bbd9c42b3ac084f7b Mon Sep 17 00:00:00 2001 From: andy840119 Date: Sat, 1 Aug 2020 11:05:38 +0900 Subject: [PATCH] Change export file name. Change test case's save folder name. --- .github/workflows/release.yml | 2 +- osu.Game.Rulesets.Karaoke.Tests/VisualTestRunner.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;