mirror of https://github.com/statping/statping
split build GH actions attempt
parent
e5005a43e9
commit
ce5c852216
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue