From cb617b8b5b536d50149ae99e35a0ff5e05e4b263 Mon Sep 17 00:00:00 2001 From: "Christian \"Chaser\" Haser" <32584944+CryZo@users.noreply.github.com> Date: Wed, 27 Mar 2024 22:36:59 +0100 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 91ee710..fc4836c 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -35,3 +35,6 @@ jobs: tag_name: ${{ steps.version.outputs.CUR_VERSION }} files: | app/build/outputs/apk/release/app-release-unsigned.apk + +permissions: + contents: write