diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 753f659..e168df7 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -45,7 +45,7 @@ jobs: RuntimeIdentifier: win-${{ matrix.targetplatform }} - name: Build WpfExtended project - run: dotnet build WpfExtended -c $env:Configuration -p:SolutionDir=$(env:GITHUB_WORKSPACE) + run: dotnet build WpfExtended -c $env:Configuration -p:SolutionDir=$env:GITHUB_WORKSPACE - name: Push nuget package uses: brandedoutcast/publish-nuget@v2.5.5