Skip to content

Commit afef1cf

Browse files
committed
fix env variable
1 parent 172fcab commit afef1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
# TODO : add a similar test to Swift AWS Lambda Events
153153
EXAMPLE: APIGateway
154154
OUTPUT_DIR: .build/release
155-
OUTPUT_FILE: ${OUTPUT_DIR}/APIGatewayLambda
155+
OUTPUT_FILE: ${{ env.OUTPUT_DIR }}/APIGatewayLambda
156156
LIBS_TO_CHECK: "libFoundation.so libFoundationInternationalization.so lib_FoundationICU.so"
157157
run: |
158158
pushd Examples/${EXAMPLE}

0 commit comments

Comments
 (0)