Skip to content

Commit

Permalink
fix: removing quotes as they now seem to break the build
Browse files Browse the repository at this point in the history
  • Loading branch information
pgautier404 committed Sep 11, 2023
1 parent a8e2de6 commit 2ccc8f3
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;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 2ccc8f3

Please sign in to comment.