Skip to content

Commit

Permalink
fix: path to Unity DLL for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice404 committed Sep 1, 2023
1 parent 62c1014 commit 93066ff
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 @@ -66,7 +66,7 @@ jobs:
VERSION="${{ needs.release.outputs.version }}"
echo "version: ${VERSION}"
dotnet build --configuration Release -f netstandard2.0 -p:DefineConstants=USE_GRPC_WEB
DLL_FILE=./bin/Release/Momento.Sdk.${VERSION}.dll
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 }}"
LATEST_RELEASE=$(curl -sH "$AUTH" https://api.github.com/repos/${GITHUB_REPOSITORY}/releases/tags/v${VERSION})
Expand Down

0 comments on commit 93066ff

Please sign in to comment.