Skip to content

Commit d29f2d5

Browse files
committed
Fix GHA
1 parent bbdd332 commit d29f2d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
name: .NET
1717
runs-on: windows-latest
1818
env:
19-
solutionPath: ./Source/Sundew.Xaml.Optimizers.slnx
20-
versioningProjectPath: ./Source/Sundew.Xaml.Optimizers/Sundew.Xaml.Optimizers.csproj
21-
repository: 'https://sundew-dev:${{ secrets.SUNDEW_DEV_TOKEN }}@github.com/sundews/Sundew.Xaml.Optimizers.git'
19+
solutionPath: ./Source/Sundew.Xaml.Optimizers.Wpf.slnx
20+
versioningProjectPath: ./Source/Sundew.Xaml.Optimizers.Wpf/Sundew.Xaml.Optimizers.Wpf.csproj
21+
repository: 'https://sundew-dev:${{ secrets.SUNDEW_DEV_TOKEN }}@github.com/sundews/Sundew.Xaml.Optimizers.Wpf.git'
2222
source: 'https://api.nuget.org/v3/index.json'
2323
dev-source: 'https://www.myget.org/F/sundew-dev/api/v2/package'
2424
dev-source-latest-version: 'https://www.myget.org/F/sundew-dev/api/v3/index.json'

0 commit comments

Comments
 (0)