From b6f3d6b48e7939e45f851a28bd1f2289cec7b6e2 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 26 Feb 2022 12:11:38 +0100 Subject: [PATCH] Update updater.sh --- .github/workflows/updater.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index d06cd6d..9eab22e 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -79,8 +79,9 @@ SOURCE_URL=$asset_url SOURCE_SUM=$checksum SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=$extension -SOURCE_IN_SUBDIR=true +SOURCE_IN_SUBDIR=false SOURCE_FILENAME= +SOURCE_EXTRACT=true EOT echo "... conf/$src.src updated"