Skip to content

Commit

Permalink
fix: fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
pgautier404 committed Sep 11, 2023
1 parent 17de954 commit a78b1f8
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 netstandard2.0 -p:DefineConstants=USE_GRPC_WEB;BUILD_FOR_UNITY
dotnet build --configuration Release -f netstandard2.0 -p:DefineConstants=USE_GRPC_WEB -p:DefineConstants=BUILD_FOR_UNITY
DLL_FILE=./bin/Release/netstandard2.0/Momento.Sdk.dll
ARCHIVE_FILE_NAME=Momento.Sdk.Unity.${VERSION}.dll
AUTH="Authorization: token ${{ secrets.MOMENTO_MACHINE_USER_GITHUB_TOKEN }}"
Expand Down

0 comments on commit a78b1f8

Please sign in to comment.