From 858f3f18d0a37e3241912a7590ee0516fe6c9a3f Mon Sep 17 00:00:00 2001 From: O01eg Date: Sun, 22 Dec 2024 13:32:32 +0400 Subject: [PATCH] Upload python library artifact once for Android --- .github/workflows/android-macos-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-macos-python.yml b/.github/workflows/android-macos-python.yml index c91aa14..abdbf12 100644 --- a/.github/workflows/android-macos-python.yml +++ b/.github/workflows/android-macos-python.yml @@ -156,7 +156,7 @@ jobs: with: name: python SDK path: | - python39.zip + ${{ matrix.ndk-arch == 'x86_64' && 'python39.zip' || '' }} FreeOrionSDK_${{ steps.cmake-dist-version.outputs.dist-version }}_Android-${{ matrix.ndk-arch }}.zip - name: Prepare Release