We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86149fd commit fa2a6e3Copy full SHA for fa2a6e3
.github/workflows/scripts/check-archive-plugin.sh
@@ -19,7 +19,7 @@ check_archive_plugin() {
19
OUTPUT_FILE=${OUTPUT_DIR}/MyLambda/bootstrap
20
ZIP_FILE=${OUTPUT_DIR}/MyLambda/MyLambda.zip
21
22
- pushd Examples/${EXAMPLE} || exit 1
+ pushd "Examples/${EXAMPLE}" || exit 1
23
24
# package the example (docker and swift toolchain are installed on the GH runner)
25
LAMBDA_USE_LOCAL_DEPS=../.. swift package archive --allow-network-connections docker || exit 1
0 commit comments