Skip to content

Commit bb5f882

Browse files
author
Hank Brekke
authored
Fix build artifact naming
1 parent c83fe10 commit bb5f882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AmazonLinuxLibraries.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ RUN cd osrm-backend-${OSRM_VERSION} && \
122122
cp /usr/lib64/libatomic.so.1 /home/export/lib/ && \
123123
cp build/tilemaker /home/export/bin/tilemaker && \
124124
cd /home/export && \
125-
zip -r /home/osrm-prebuilt-amazonlinux2023.zip .
125+
zip -r /home/aws-lambda-layer-osmtools.zip .

0 commit comments

Comments
 (0)