From 93bd0700fbf3985368ff930de092cadd70871cf4 Mon Sep 17 00:00:00 2001 From: Andrea Valassi Date: Wed, 2 Oct 2024 20:27:24 +0200 Subject: [PATCH] wip --- .github/workflows/archiver.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/archiver.sh b/.github/workflows/archiver.sh index 2fe85e849d..9a4eb6c0df 100755 --- a/.github/workflows/archiver.sh +++ b/.github/workflows/archiver.sh @@ -16,6 +16,9 @@ if ! git submodule status | grep '^ ' > /dev/null; then git submodule status exit 1 fi +echo DEBUG1 +git submodule status +echo DEBUG2 # Create a temporary directory and a VERSION.txt file tmpdir=$(mktemp -d)