From bf60cee5bfc3e86502bd75c0a8152bf3b92124e9 Mon Sep 17 00:00:00 2001 From: easyhz Date: Mon, 12 Aug 2024 17:11:16 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20android.yml=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index d16a769b..0a477250 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -8,6 +8,8 @@ jobs: build: runs-on: ubuntu-latest + env: + LOCAL_PROPERTIES_CONTENTS: ${{ secrets.LOCAL_PROPERTIES_CONTENTS }} steps: - uses: actions/checkout@v4