diff --git a/.github/workflows/on-push-to-release-branch.yaml b/.github/workflows/on-push-to-release-branch.yaml index 7eef461f..ff50a0fc 100644 --- a/.github/workflows/on-push-to-release-branch.yaml +++ b/.github/workflows/on-push-to-release-branch.yaml @@ -65,7 +65,7 @@ jobs: rm -rf bin VERSION="${{ needs.release.outputs.version }}" echo "version: ${VERSION}" - dotnet build --configuration Release -f netstandard20 -p:DefineConstants=USE_GRPC_WEB + dotnet build --configuration Release -f netstandard2.0 -p:DefineConstants=USE_GRPC_WEB DLL_FILE=./bin/Release/Momento.Sdk.${VERSION}.dll ARCHIVE_FILE_NAME=Momento.Sdk.Unity.${VERSION}.dll AUTH="Authorization: token ${{ secrets.MOMENTO_MACHINE_USER_GITHUB_TOKEN }}"