Skip to content

Commit

Permalink
Automatically pack for upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Oct 6, 2024
1 parent cca0b38 commit 8d55c03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ ifneq ("$(MAP_FOLDERS)","")
if [ "$$HTTP_CODE" = "404" ]; then \
echo "$$MAP is missing!"; \
status=1; \
(cd "$${MAP}" && zip -rq "upload.oramap" .); \
fi; \
done; \
exit $$status
Expand Down

0 comments on commit 8d55c03

Please sign in to comment.