From 416ac6713eb7701c90232decaea39702f192d393 Mon Sep 17 00:00:00 2001 From: X1nto Date: Wed, 1 Jul 2020 02:33:17 +0400 Subject: [PATCH] removed discord shit --- .github/workflows/android.yml | 9 +-------- .github/workflows/debug.yml | 9 +-------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 851e4f96..7cdbb253 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -42,11 +42,4 @@ jobs: uses: actions/upload-artifact@v2 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 }} + path: ${{ steps.sign-app.outputs.signedReleaseFile }} \ No newline at end of file diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 12f6154e..8fe55ff3 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -33,11 +33,4 @@ jobs: uses: actions/upload-artifact@v2 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 \ No newline at end of file + path: app/build/outputs/apk/debug/app-debug.apk \ No newline at end of file