From 0c25f28a446ffb1339924edbfb94071dc0a0ab73 Mon Sep 17 00:00:00 2001 From: Star1xr <166748405+Star1xr@users.noreply.github.com> Date: Sun, 29 Mar 2026 16:43:13 +0300 Subject: [PATCH] Upload Android build artifact after building Add step to upload Android build artifact 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 3c11a8e2..4d25ea95 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,12 @@ jobs: - name: Build android-armv7a run: | scripts/build-android-armv7a.sh + - name: Upload Android build + uses: actions/upload-artifact@v3 + with: + name: android-armv7a-build + path: android-armv7a-build.zip + retention-days: 30 build-windows-i386: runs-on: windows-2019