Skip to content

Commit

Permalink
Remove a duplicate release notice
Browse files Browse the repository at this point in the history
  • Loading branch information
AbandonedCart committed Oct 11, 2024
1 parent ab28361 commit 5264889
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/custom-app-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ jobs:
name: v${{ env.JELLYFIN_VERSION }}
files: app/build/outputs/apk/release/*.apk

- name: Discord webhook notification
shell: bash
run: |
contentbody=$( jq -nc --arg msg "jellyfin-androidtv [${{ github.ref_name }}] **${{ github.sha }}**" '{"content": ($msg)}' )
curl -F "payload_json=${contentbody}" ${{ secrets.DISCORD_WEBHOOK }}
- name: Upload package to Discord
uses: sinshutu/upload-to-discord@master
env:
Expand Down

0 comments on commit 5264889

Please sign in to comment.