Skip to content

Commit 96de03f

Browse files
committed
Windows build issue
1 parent f728cbf commit 96de03f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
nuget-api-key: ${{secrets.NUGET_KEY}}
2222
- name: Get Build Version
2323
run: |
24-
echo "BUILD_VERSION=${{ format('{0}.{1}', env.BUILD_VER, github.run_number ) }}" >> $GITHUB_ENV
24+
echo "BUILD_VERSION=${{ format('{0}.{1}', env.BUILD_VER, github.run_number ) }}" >> $env:GITHUB_ENV
2525
- name: Build
26-
run: dotnet pack $SOLUTION --configuration Release -p:Version=$BUILD_VERSION -p:PackageVersion=$BUILD_VERSION -p:GeneratePackageOnBuild=false -p:NuGetVersion=$BUILD_VERSION
26+
run: dotnet pack $SOLUTION --configuration Release -p:Version=$BUILD_VERSION -p:PackageVersion=$BUILD_VERSION -p:GeneratePackageOnBuild=false
2727
- name: Publish
2828
run: nuget push **/*.nupkg

0 commit comments

Comments
 (0)