From 81ebcdb65655602eb4e13ec8a355050441e3b544 Mon Sep 17 00:00:00 2001 From: Yui-Patch Automator Date: Thu, 13 Feb 2025 00:22:00 +0530 Subject: [PATCH] Update cp_latest_dispatch.yml --- .github/workflows/cp_latest_dispatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cp_latest_dispatch.yml b/.github/workflows/cp_latest_dispatch.yml index bca0b83..0cc753f 100644 --- a/.github/workflows/cp_latest_dispatch.yml +++ b/.github/workflows/cp_latest_dispatch.yml @@ -109,7 +109,7 @@ jobs: env: SCRAPED_VERSION: ${{ needs.scrape_fe_version.outputs.scraped_version }} LIBRARY_EXTENSION: ${{ needs.init_os_arch.outputs.library_extension }} - ARCH_CODE: ${{ needs.init_os_arch.outputs.arch }} + ARCH_CODE: ${{ needs.init_os_arch.outputs.arch_code }} outputs: is-compatible-cont: ${{ steps.is-compatible-cont.outputs.is-compatible-cont }}