Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Nov 21, 2023
1 parent dfaf024 commit aa9bc6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-onewarestudio-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
server: w01e537f.kasserver.com
username: w01e537f
password: ${{ secrets.ONEWARE_STUDIO_FTP }}
local-dir: ./demo/OneWare.Demo.Browser/bin/Release/net7.0/browser-wasm/AppBundle/
local-dir: ./demo/OneWare.Demo.Browser/bin/Release/net8.0/browser-wasm/AppBundle/
server-dir: demo.oneware.studio/
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public UniversalFpgaProjectCompileViewModel(IWindowService windowService, IProje
public override void Close(FlexibleWindow window)
{
if(!IsDirty) window.Close();
_ = SafeQuitAsync(window);
else _ = SafeQuitAsync(window);
}

private async Task SafeQuitAsync(FlexibleWindow window)
Expand Down

0 comments on commit aa9bc6f

Please sign in to comment.