Skip to content

Commit

Permalink
Change export file name.
Browse files Browse the repository at this point in the history
Change test case's save folder name.
  • Loading branch information
andy840119 committed Aug 1, 2020
1 parent 1bc87df commit 76f0f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Karaoke.Tests/VisualTestRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 76f0f9d

Please sign in to comment.