mirror of
https://github.com/YTVanced/VancedManager
synced 2024-10-31 16:22:38 +00:00
removed discord shit
This commit is contained in:
parent
62de882094
commit
416ac6713e
2 changed files with 2 additions and 16 deletions
7
.github/workflows/android.yml
vendored
7
.github/workflows/android.yml
vendored
|
@ -43,10 +43,3 @@ jobs:
|
|||
with:
|
||||
name: 'Vanced-Manager'
|
||||
path: ${{ steps.sign-app.outputs.signedReleaseFile }}
|
||||
|
||||
- name: Upload to Discord
|
||||
uses: sinshutu/upload-to-discord@master
|
||||
env:
|
||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
with:
|
||||
args: ${{ steps.sign-app.outputs.signedReleaseFile }}
|
||||
|
|
7
.github/workflows/debug.yml
vendored
7
.github/workflows/debug.yml
vendored
|
@ -34,10 +34,3 @@ jobs:
|
|||
with:
|
||||
name: 'Vanced-Manager'
|
||||
path: app/build/outputs/apk/debug/app-debug.apk
|
||||
|
||||
- name: Upload to Discord
|
||||
uses: sinshutu/upload-to-discord@master
|
||||
env:
|
||||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
with:
|
||||
args: app/build/outputs/apk/debug/app-debug.apk
|
Loading…
Reference in a new issue