another try

This commit is contained in:
Alexandru Macocian
2021-06-02 13:41:34 +02:00
parent 89a134b997
commit fc0e138af8
+1 -1
View File
@@ -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