use the correct location for the built plugin (#4076)

This commit is contained in:
2025-04-06 14:47:01 -07:00
committed by GitHub
parent 104669c7d2
commit e8516a3f91
+2 -1
View File
@@ -4,4 +4,5 @@ set -euxo pipefail
/bin/echo "building windows dll"
bazel build @net_eagle0_unity_godice//windows:dll_zip
/usr/bin/unzip -o bazel-bin/external/net_eagle0_unity_godice/windows/dll_zip.zip -d src/main/csharp/net/eagle0/clients/unity/eagle0/Assets/Plugins/
ZIP_LOCATION=$(bazel cquery --output=files @net_eagle0_unity_godice//windows:dll_zip 2>/dev/null)
/usr/bin/unzip -o $ZIP_LOCATION -d src/main/csharp/net/eagle0/clients/unity/eagle0/Assets/Plugins/