From ff1f160477eee442389a1661f754de44f3623163 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Sun, 18 Feb 2024 23:30:09 -0300 Subject: [PATCH] Debuggin macos publisher. --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9dec0fe..f8931e9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,7 +1,7 @@ name: Publish on: push: - branches: [ "win" ] + branches: [ "macos" ] tags: [ "*" ] jobs: @@ -81,6 +81,8 @@ jobs: brew update brew install xz automake binutils coreutils curl gettext libtool openssl pkgconfig find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete + find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete + find /usr/local/lib/node_modules/npm -delete rm -f /usr/local/bin/go || true rm -f /usr/local/bin/gofmt || true brew upgrade -- libgit2 0.21.2