diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 68e3ac0022..a42200abb4 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