Skip to content

Commit

Permalink
First discord release second attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
LuftVerbot committed May 20, 2024
1 parent 9e5774d commit 10d656c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
ROLE: ${{ secrets.DISCORD_PING_ROLE_ID }}
WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
run: |
message=$(echo "<@&${{ env.ROLE }}> **Youtube Extension : ${{ env.VERSION }}**\n${{ env.COMMIT }}")
message=$(echo "<@&${{ env.ROLE }}> **Deezer Extension : ${{ env.VERSION }}**\n${{ env.COMMIT }}")
curl -F "payload_json={\"content\":\"${message}\"}" \
-F "echo_beta=@app/build/yt-${{ env.VERSION }}.apk" \
-F "echo_beta=@app/build/de-${{ env.VERSION }}.apk" \
${{ env.WEBHOOK }}

0 comments on commit 10d656c

Please sign in to comment.