Skip to content

Commit

Permalink
GNUMakefile: fix syntax of “gh release upload” command
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Sep 10, 2023
1 parent cb6067a commit b121eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ release: zip
woger github package=$(PROJECT) version=$(VERSION) dist_type=zip && \
for file in $(PROJECT).pdf $(EBOOKS); do \
suffix=$${file##*.}; \
gh release upload $(TAG) --attach $$file#$(PROJECT)-$(VERSION).$$suffix; \
gh release upload $(TAG) $$file#$(PROJECT)-$(VERSION).$$suffix; \
done

0 comments on commit b121eb4

Please sign in to comment.