Skip to content

Commit 7eadba2

Browse files
committed
fix directory name
1 parent 107162a commit 7eadba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fatal() { error "$@"; exit 1; }
2020

2121
EXAMPLE=Converse
2222
OUTPUT_DIR=.build/release
23-
OUTPUT_FILE=${OUTPUT_DIR}/Converse
23+
OUTPUT_FILE=${OUTPUT_DIR}/converse
2424
LIBS_TO_CHECK="libFoundation.so libFoundationInternationalization.so lib_FoundationICU.so"
2525

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

0 commit comments

Comments
 (0)