Skip to content

Commit

Permalink
unexpected EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmur committed Aug 31, 2024
1 parent 8b1eeaa commit b38e200
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 @@ -50,7 +50,7 @@ dist: dist-cmake
dist-ci: OUTPUT_FILE ?= libfhel-$(OS)-$(ARCH).tar.gz
dist-ci: OUTPUT_PATH ?= $(FHE_RELEASE_DIR)/$(OUTPUT_FILE)
dist-ci: dist-cmake
@ls -d $(FHE_RELEASE_DIR)/libfhel* | grep -o '[^/]*$' | tar -czvf $(OUTPUT_PATH) -C $(FHE_RELEASE_DIR) --files-from -
@ls -d $(FHE_RELEASE_DIR)/libfhel* | grep -o '[^/]*$$' | tar -czvf $(OUTPUT_PATH) -C $(FHE_RELEASE_DIR) --files-from=-
@echo "tar_gz_name=$(OUTPUT_FILE)" >> $(GITHUB_OUTPUT)
@echo "tar_gz_path=$(OUTPUT_PATH)" >> $(GITHUB_OUTPUT)

Expand Down

0 comments on commit b38e200

Please sign in to comment.