Skip to content

Commit

Permalink
Fix LICENSE file path
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsnodnb committed Dec 29, 2023
1 parent c219fc9 commit 474414c
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 @@ -15,5 +15,5 @@ linux_zip: docker_image
@$(eval TMP_FOLDER := $(shell mktemp -d))
@docker run github-apps-token cat /usr/bin/github-apps-token > "$(TMP_FOLDER)/github-apps-token"
chmod +x "$(TMP_FOLDER)/github-apps-token"
cp -f "$(LICENSE_PATH)" "$(TMP_FOLDER)"
cp -f "LICENSE" "$(TMP_FOLDER)"
(cd "$(TMP_FOLDER)"; zip -yr - "github-apps-token" "LICENSE") > "./github-apps-token-linux.zip"

0 comments on commit 474414c

Please sign in to comment.