From 63783984c65aaaf43d4d05c0f81f3e065efa5c81 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Thu, 21 Jan 2021 14:23:22 +0330 Subject: [PATCH] add getAndroid to workflow --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c188d6..a8dadea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,6 +41,12 @@ jobs: with: java-version: 1.8 + - name: Download and process android.jar + if: github.event_name == 'push' && github.repository == 'AriaMoradi/Tachidesk' + run: | + cd master + ./scripts/getAndroid.sh + - name: Build the Jar uses: eskatos/gradle-command-action@v1 with: