This commit is contained in:
parent
fe45ebe5e7
commit
fa252dbe8f
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -69,3 +69,11 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
target/release/${{ github.event.repository.name }}
|
target/release/${{ github.event.repository.name }}
|
||||||
target/aarch64-unknown-linux-gnu/release/${{ github.event.repository.name }}
|
target/aarch64-unknown-linux-gnu/release/${{ github.event.repository.name }}
|
||||||
|
|
||||||
|
- uses: robiningelbrecht/ntfy-action@v1.0.0
|
||||||
|
name: Notify via ntfy.sh
|
||||||
|
if: always()
|
||||||
|
with:
|
||||||
|
url: ${{ secrets.NTFY_URL }}
|
||||||
|
topic: ${{ secrets.NTFY_TOPIC }}
|
||||||
|
job_status: ${{ job.status }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user