From 82d6e3f105f2334c9be2842b518b192d6e9ee829 Mon Sep 17 00:00:00 2001 From: Benjamin <73490201+BenjaminHalko@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:41:03 -0800 Subject: [PATCH] ci(Release): Remove unnecessary upload (#1695) --- .github/workflows/release-build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index b61ae927..ddd40690 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -62,8 +62,3 @@ jobs: run: | echo "${{ secrets.SIGNING_KEYSTORE }}" | base64 --decode > android/app/keystore.jks npx semantic-release - - name: Upload a Build Artifact - uses: actions/upload-artifact@v4 - with: - name: Artifact - path: build/app/outputs/apk/release/revanced-manager*.apk