Skip to content

Commit 41880aa

Browse files
authored
macos distribution fixed in v0.0.8 (#74)
1 parent cfb3562 commit 41880aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dist: dist-cmake
5050
dist-ci: OUTPUT_FILE ?= libfhel-$(OS)-$(ARCH).tar.gz
5151
dist-ci: OUTPUT_PATH ?= $(FHE_RELEASE_DIR)/$(OUTPUT_FILE)
5252
dist-ci: dist-cmake
53-
@find $(FHE_RELEASE_DIR) -name 'libfhel*' -printf '%f\n' | tar -czvf $(OUTPUT_PATH) -C $(FHE_RELEASE_DIR) --files-from -
53+
@ls -d $(FHE_RELEASE_DIR)/libfhel* | grep -o '[^/]*$$' | tar -czvf $(OUTPUT_PATH) -C $(FHE_RELEASE_DIR) --files-from=-
5454
@echo "tar_gz_name=$(OUTPUT_FILE)" >> $(GITHUB_OUTPUT)
5555
@echo "tar_gz_path=$(OUTPUT_PATH)" >> $(GITHUB_OUTPUT)
5656

0 commit comments

Comments
 (0)