From 61fb816bfb39e22cd82b26e4643f99be57b58808 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 27 Sep 2024 12:19:03 +0900 Subject: [PATCH] Path fix for pre_build_automation --- automation_tools/pre_build_automation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation_tools/pre_build_automation.sh b/automation_tools/pre_build_automation.sh index e9c01d091..d0ba4d7e3 100755 --- a/automation_tools/pre_build_automation.sh +++ b/automation_tools/pre_build_automation.sh @@ -38,7 +38,7 @@ set -e # url: This is used to calculate a dynamic URL and the value to the $calculated_url environmental variable, for use in other subsequent commands. # Define paths -rd_manifest="${GITHUB_WORKSPACE}/net.retrodeck.es-de" +rd_manifest="${GITHUB_WORKSPACE}/es-de-module.yml" automation_task_list="${GITHUB_WORKSPACE}/automation_tools/automation_task_list.cfg" # Retrieve current git branch