We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d452b58 commit 4d94f6eCopy full SHA for 4d94f6e
1 file changed
.github/workflows/releases.yml
@@ -8,7 +8,7 @@ env:
8
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true # Disable the .NET first time experience
9
DOTNET_CLI_TELEMETRY_OPTOUT: true # Disable sending .NET CLI telemetry
10
DOTNET_VERSION: '10.0'
11
- CSPROJ_FILE_PATH: 'src/BlazorWebView/src/Microsoft.AspNetCore.Components.WebView.Gtk.csproj'
+ CSPROJ_FILE_PATH: 'src/BlazorWebView/src/AspNetCore.Components.WebView.Gtk.csproj'
12
13
jobs:
14
build:
0 commit comments