From f722edbeab1d1f4d9c8f19cea0cb3e735735d9fa Mon Sep 17 00:00:00 2001 From: icenine451 <59938822+icenine451@users.noreply.github.com> Date: Thu, 13 Apr 2023 17:14:12 -0400 Subject: [PATCH] Path fix --- automation_tools/update_sha.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation_tools/update_sha.sh b/automation_tools/update_sha.sh index 0166f73e..552dc4cd 100644 --- a/automation_tools/update_sha.sh +++ b/automation_tools/update_sha.sh @@ -4,7 +4,7 @@ # sh automation_tools/update_sha.sh rd_manifest=${GITHUB_WORKSPACE}/net.retrodeck.retrodeck.yml -sha_update_list=${GITHUB_WORKSPACE}/automation_tools/sha_update_list.cfg +sha_update_list=${GITHUB_WORKSPACE}/automation_tools/sha_update_list.txt echo "Manifest location: $rd_manifest" echo "Hash update list location: $sha_update_list"