From 6334cf297e36b1845dba33f95072edcead58f251 Mon Sep 17 00:00:00 2001 From: Megat Al Zhahir Daniel Date: Tue, 27 May 2025 23:30:29 +0800 Subject: [PATCH] Fix build_ref --- .github/workflows/build_push.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index 3d62e1284e3..04e5559ca3e 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -65,7 +65,7 @@ jobs: build_ref=$(echo "${{ inputs.build_ref }}") if [ build_ref != '' ]; then - echo "VERSION_TAG=build_ref" >> $GITHUB_ENV + echo "VERSION_TAG=$build_ref" >> $GITHUB_ENV else echo "VERSION_TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV fi @@ -125,8 +125,6 @@ jobs: | armeabi-v7a | ${{ env.APK_ARMEABI_V7A_SHA }} | x86 | ${{ env.APK_X86_SHA }} | | x86_64 | ${{ env.APK_X86_64_SHA }} | - - ## If you are unsure which version to choose then go with mihon-${{ env.VERSION_TAG }}.apk ## If you are unsure which version to choose then go with mihonsync-${{ env.VERSION_TAG }}.apk files: |