Skip to content

Commit

Permalink
Adjust curl command (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekcom authored Oct 16, 2023
1 parent ffa13d5 commit f7c2171
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 @@ -7,7 +7,7 @@ all: build test

# https://developer.chrome.com/docs/webstore/using_webstore_api/
publish: clean releases/latest.zip
curl $(HEADERS) -X PUT -T $^ -v $(URL)/$(CHROME_ITEM_ID)
curl $(HEADERS) -X PUT -T releases/latest.zip -v $(URL)/$(CHROME_ITEM_ID)

release: releases/latest.zip
release-dev: export BUILD_OPT="-dev"
Expand Down

0 comments on commit f7c2171

Please sign in to comment.