From ce5c8522161a5d4560d7d1f605c9eed48e3954f0 Mon Sep 17 00:00:00 2001 From: hunterlong Date: Mon, 20 Apr 2020 02:03:55 -0700 Subject: [PATCH] split build GH actions attempt --- .github/workflows/master.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index ce434271..45685687 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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: