diff --git a/.github/workflows/essentialsplugins-betabuilds.yml b/.github/workflows/essentialsplugins-betabuilds.yml index 4dcf064..4a52ae5 100644 --- a/.github/workflows/essentialsplugins-betabuilds.yml +++ b/.github/workflows/essentialsplugins-betabuilds.yml @@ -229,7 +229,7 @@ jobs: shell: powershell run: | $nuspec = Get-ChildItem *.nuspec -recurse - $NUSPECNAME = nuspec.BaseName + $NUSPECNAME = $nuspec.BaseName echo "NUSPEC_FILE=$($NUSPECNAME)"| Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append - name: Download Build Version Info diff --git a/.github/workflows/essentialsplugins-releasebuilds.yml b/.github/workflows/essentialsplugins-releasebuilds.yml index c5bd360..45ee9db 100644 --- a/.github/workflows/essentialsplugins-releasebuilds.yml +++ b/.github/workflows/essentialsplugins-releasebuilds.yml @@ -177,7 +177,7 @@ jobs: shell: powershell run: | $nuspec = Get-ChildItem *.nuspec -recurse - $NUSPECNAME = nuspec.BaseName + $NUSPECNAME = $nuspec.BaseName echo "NUSPEC_FILE=$($NUSPECNAME)"| Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append - name: Download Build Version Info