From e0c750d27ebd23385aac6b5f6ce92879cef05e14 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Thu, 15 Feb 2024 16:31:19 +0700 Subject: [PATCH] ci(build): Upload build artifact --- .github/workflows/release-build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 68e3ac00..a42200ab 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -57,3 +57,8 @@ 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