Fix env macro

This commit is contained in:
Alexandru Macocian
2021-06-02 13:36:53 +02:00
parent 827e75dd26
commit 89a134b997
+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