Remove broken MSI, clean up windows build

This commit is contained in:
2024-12-18 22:49:13 -05:00
parent 78289193c7
commit 3c4b89a8da
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ if [ -z "${RELEASE_TOKEN}" ]; then
exit 1
fi
docker build -f build.Dockerfile -t lemur-build .
docker run -it --rm -e RELEASE_TOKEN="${RELEASE_TOKEN}" -v .:/app -w /app --entrypoint bash lemur-build /app/scripts/do-release.sh
MSYS_NO_PATHCONV=1 docker run -it --rm -e RELEASE_TOKEN="${RELEASE_TOKEN}" -v .:/app -w /app --entrypoint bash lemur-build /app/scripts/do-release.sh