split build GH actions attempt

pull/515/head
hunterlong 2020-04-20 02:03:55 -07:00
parent e5005a43e9
commit ce5c852216
1 changed files with 7 additions and 1 deletions

View File

@ -276,7 +276,7 @@ jobs:
build/statping-windows-arm.zip
post-release:
needs: build
needs: [build-linux, build-mac, build-windows]
runs-on: ubuntu-latest
steps:
- name: Checkout Statping Repo
@ -326,6 +326,12 @@ jobs:
tagName: v${{ env.VERSION }}
environment: production
- name: Update Homebrew Package
env:
VERSION: ${{ env.VERSION }}
TRAVIS_API: ${{ secrets.TRAVIS_API }}
run: make publish-homebrew
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2.0.0
env: