Merge branch 'dev' into Dunno

This commit is contained in:
Sadwhy
2024-01-05 11:55:26 +06:00
committed by GitHub
96 changed files with 4224 additions and 2391 deletions

View File

@@ -3,7 +3,10 @@ name: Build APK and Notify Discord
on:
push:
branches:
- Dunno
- dev
paths-ignore:
- '**/README.md'
jobs:
build:
@@ -50,7 +53,7 @@ jobs:
shell: bash
run: |
contentbody=$( jq -Rsa . <<< "${{ github.event.head_commit.message }}" )
curl -F "payload_json={\"content\":\" everyone **${{ env.VERSION }}**\n\n${contentbody:1:-1}\"}" -F "dantotsu_debug=@app/build/outputs/apk/debug/app-debug.apk" ${{ secrets.DISCORD_WEBHOOK }}
curl -F "payload_json={\"content\":\" Debug-Build **${{ env.VERSION }}**\n\n${contentbody:1:-1}\"}" -F "dantotsu_debug=@app/build/outputs/apk/debug/app-debug.apk" ${{ secrets.DISCORD_WEBHOOK }}
- name: Delete Old Pre-Releases
id: delete-pre-releases