parent
ef71ca8a76
commit
884d738de9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
commit_messages=$(echo "$COMMIT_LOG")
|
||||
contentbody=$( jq -Rsa . <<< "Alpha-Build: <@659107544597266465> **${{ env.VERSION }}**\n\n$commit_messages" )
|
||||
contentbody=$( jq -Rsa . <<< "Alpha-Build: <@719439449423085569> **${{ env.VERSION }}**\n\n$commit_messages" )
|
||||
curl -F "payload_json={\"content\":${contentbody}}" -F "dantotsu_debug=@app/build/outputs/apk/alpha/app-alpha.apk" ${{ secrets.DISCORD_WEBHOOK }}
|
||||
|
||||
- name: Delete Old Pre-Releases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue