From fa2a6e3eaef0cfe471096417cb7d58b121dc055d Mon Sep 17 00:00:00 2001 From: Sebastien Stormacq Date: Sat, 18 Jan 2025 22:37:04 +0100 Subject: [PATCH] fix ci --- .github/workflows/scripts/check-archive-plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/check-archive-plugin.sh b/.github/workflows/scripts/check-archive-plugin.sh index dd7f2003..9535c549 100755 --- a/.github/workflows/scripts/check-archive-plugin.sh +++ b/.github/workflows/scripts/check-archive-plugin.sh @@ -19,7 +19,7 @@ check_archive_plugin() { OUTPUT_FILE=${OUTPUT_DIR}/MyLambda/bootstrap ZIP_FILE=${OUTPUT_DIR}/MyLambda/MyLambda.zip - pushd Examples/${EXAMPLE} || exit 1 + pushd "Examples/${EXAMPLE}" || exit 1 # package the example (docker and swift toolchain are installed on the GH runner) LAMBDA_USE_LOCAL_DEPS=../.. swift package archive --allow-network-connections docker || exit 1