From 2e9a24bb820e4bde0e90a2c3d55bb76923ae40d8 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 25 May 2024 13:11:33 +0200 Subject: [PATCH] =?UTF-8?q?GitHub=20Actions=20=E2=80=94=20Publish=20build?= =?UTF-8?q?=20artifacts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index b685f0e6..b5b0ec73 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -20,3 +20,10 @@ jobs: java-version: 17 - name: Build with Gradle run: ./gradlew build + - name: Upload build artifacts + uses: actions/upload-artifact@v3 + with: + name: build-artifacts + path: | + app/build/outputs/apk/ + app/build/outputs/bundle/