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