mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-01 00:32:39 +00:00
parent
dd18242d10
commit
ec451aecb1
1 changed files with 7 additions and 0 deletions
7
.github/workflows/android.yml
vendored
7
.github/workflows/android.yml
vendored
|
@ -43,3 +43,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: 'Vanced-Manager'
|
name: 'Vanced-Manager'
|
||||||
path: ${{ steps.sign-app.outputs.signedReleaseFile }}
|
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 }}
|
||||||
|
|
Loading…
Reference in a new issue