From fcb237dcbaa629274c4ed0948af83828ee0ad526 Mon Sep 17 00:00:00 2001 From: Scott Blomquist Date: Wed, 20 Dec 2023 17:00:12 -0800 Subject: [PATCH] Use the right env path for GitVersion --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index c2c5a56..ab873dc 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -38,7 +38,7 @@ jobs: --configuration Release \ --no-build \ --no-restore \ - -p:PackageVersion="${{ steps.gitversion.outputs.fullSemVer }}" \ + -p:PackageVersion="$env:GitVersion_FullSemVer" \ RegExtract/RegExtract.csproj \ --output ${{ github.workspace }}/nugets/ - uses: actions/upload-artifact@v2