diff --git a/scripts/gha/build_android.sh b/scripts/gha/build_android.sh index 43802ca1..1fd8ed22 100755 --- a/scripts/gha/build_android.sh +++ b/scripts/gha/build_android.sh @@ -24,3 +24,5 @@ popd mkdir -p artifacts/ mv android/app/build/outputs/apk/continuous/app-continuous-signed.apk artifacts/xash3d-fwgs-android.apk +tar -cJvf artifacts/xash3d-fwgs-android-mappings.tar.zst -C android/app/build/outputs/mapping/continuous '.' +