From 48af6d0a4ce6e21a771b278d4a7b5a5abfd93fba Mon Sep 17 00:00:00 2001 From: Victor Andreasson Date: Mon, 25 Sep 2023 22:56:17 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c97f92ef..62ec0433c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: uses: r0adkll/sign-android-release@v1 id: sign_app with: - releaseDirectory: app/premium/release + releaseDirectory: app/build/outputs/apk/premium/release signingKeyBase64: ${{ secrets.RELEASE_SIGNING_KEY_STORE }} alias: key0 keyStorePassword: ${{ secrets.KEY_STORE_PASS }}