Skip to content

Commit

Permalink
ci: when packaging cpp-vm, take exe from build/Debug subdir (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
melkyades committed Sep 23, 2024
1 parent 8bbed79 commit 099686e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ release-cpp:
rsync -a modules docs $(CPP_OUT)

ifeq ($(OS),Windows_NT) # Windows
cp runtime/cpp/build/egg.exe $(CPP_OUT)/
cp runtime/cpp/build/Debug/egg.exe $(CPP_OUT)/
cd build && zip -q $(CPP_RELEASE_NAME).zip -r $(EGGCPP)
else # Linux or other Unix-like OS
cp runtime/cpp/build/egg $(CPP_OUT)/
Expand Down

0 comments on commit 099686e

Please sign in to comment.