From 947442ec78f1c0aa641d80463b45beec9977279d Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Wed, 15 Jul 2026 01:27:09 -0400 Subject: [PATCH] [Fix] (CI): resolve trace APK by SHA --- .github/workflows/apk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apk.yml b/.github/workflows/apk.yml index aed1151a..da589e87 100644 --- a/.github/workflows/apk.yml +++ b/.github/workflows/apk.yml @@ -370,7 +370,7 @@ jobs: MOBILEGL_TRACE_ANGLE_VARIANT: ${{ matrix.case.name == 'minecraft-1.21.4-fabric-iris-bliss-in-world' && '90a62123d794' || 'ec889e6ea831' }} MOBILEGL_MAGMA_R11G11B10F_FALLBACK: ${{ matrix.backend.name == 'DirectVulkan' && '1' || '0' }} run: | - apk_file="android-retrace-apks/MobileGL-plugin-trace-release-${short_sha}.apk" + apk_file="android-retrace-apks/MobileGL-plugin-trace-release-${GITHUB_SHA::7}.apk" test -f "${apk_file}" extra_retrace_args=() # Bliss needs the newer signed ANGLE variant plus sampler mipmap