Skip to content

Commit fb101e9

Browse files
authored
Merge branch 'main' into sebsto/fix_584
2 parents 141cfd0 + 007ac1f commit fb101e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scripts/check-link-foundation.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ log() { printf -- "** %s\n" "$*" >&2; }
1717
error() { printf -- "** ERROR: %s\n" "$*" >&2; }
1818
fatal() { error "$@"; exit 1; }
1919

20-
EXAMPLE=HelloWorld
20+
EXAMPLE=APIGatewayV2
2121
OUTPUT_DIR=.build/release
22-
OUTPUT_FILE=${OUTPUT_DIR}/MyLambda
22+
OUTPUT_FILE=${OUTPUT_DIR}/APIGatewayLambda
2323
LIBS_TO_CHECK="libFoundation.so libFoundationInternationalization.so lib_FoundationICU.so"
2424

2525
pushd Examples/${EXAMPLE} || fatal "Failed to change directory to Examples/${EXAMPLE}."

0 commit comments

Comments
 (0)