Commit ff1f160477eee442389a1661f754de44f3623163

Authored by Perry Werneck
1 parent 19a52a8f
Exists in develop

Debuggin macos publisher.

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
.github/workflows/publish.yml
1 name: Publish 1 name: Publish
2 on: 2 on:
3 push: 3 push:
4 - branches: [ "win" ] 4 + branches: [ "macos" ]
5 tags: [ "*" ] 5 tags: [ "*" ]
6 6
7 jobs: 7 jobs:
@@ -81,6 +81,8 @@ jobs: @@ -81,6 +81,8 @@ jobs:
81 brew update 81 brew update
82 brew install xz automake binutils coreutils curl gettext libtool openssl pkgconfig 82 brew install xz automake binutils coreutils curl gettext libtool openssl pkgconfig
83 find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete 83 find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
  84 + find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
  85 + find /usr/local/lib/node_modules/npm -delete
84 rm -f /usr/local/bin/go || true 86 rm -f /usr/local/bin/go || true
85 rm -f /usr/local/bin/gofmt || true 87 rm -f /usr/local/bin/gofmt || true
86 brew upgrade 88 brew upgrade