From c6d95a774e43fff4c8669ebf50d64b3fb512b3d2 Mon Sep 17 00:00:00 2001 From: MrLetsplay Date: Fri, 7 Mar 2025 15:20:43 +0100 Subject: [PATCH] Update workflow --- scripts/in-docker.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/in-docker.sh b/scripts/in-docker.sh index 293b5958..28373bae 100755 --- a/scripts/in-docker.sh +++ b/scripts/in-docker.sh @@ -8,6 +8,9 @@ if [ $? != 0 ]; then exit 1 fi +echo "${PWD}" +echo $(ls "${PWD}") + # Taken from https://www.electron.build/multi-platform-build#docker # Pass through any vars prefixed with INDOCKER_, removing the prefix docker run --rm \