Skip to content

Commit fa2a6e3

Browse files
committed
fix ci
1 parent 86149fd commit fa2a6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/check-archive-plugin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ check_archive_plugin() {
1919
OUTPUT_FILE=${OUTPUT_DIR}/MyLambda/bootstrap
2020
ZIP_FILE=${OUTPUT_DIR}/MyLambda/MyLambda.zip
2121

22-
pushd Examples/${EXAMPLE} || exit 1
22+
pushd "Examples/${EXAMPLE}" || exit 1
2323

2424
# package the example (docker and swift toolchain are installed on the GH runner)
2525
LAMBDA_USE_LOCAL_DEPS=../.. swift package archive --allow-network-connections docker || exit 1

0 commit comments

Comments
 (0)