Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
2 parents bba59af + 62c1014 commit 1dacd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-to-release-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 1dacd0d

Please sign in to comment.