Commit 668c24d2de243ec349d950ec1d50a0c72ad24ad9
1 parent
b8a61883
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 |