We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8168a5c commit 020df25Copy full SHA for 020df25
.github/workflows/scripts/check-link-foundation.sh
@@ -17,9 +17,9 @@ log() { printf -- "** %s\n" "$*" >&2; }
17
error() { printf -- "** ERROR: %s\n" "$*" >&2; }
18
fatal() { error "$@"; exit 1; }
19
20
-EXAMPLE=HelloWorld
+EXAMPLE=APIGatewayV2
21
OUTPUT_DIR=.build/release
22
-OUTPUT_FILE=${OUTPUT_DIR}/MyLambda
+OUTPUT_FILE=${OUTPUT_DIR}/APIGatewayLambda
23
LIBS_TO_CHECK="libFoundation.so libFoundationInternationalization.so lib_FoundationICU.so"
24
25
pushd Examples/${EXAMPLE} || fatal "Failed to change directory to Examples/${EXAMPLE}."
0 commit comments