Skip to content

Commit

Permalink
fix package path
Browse files Browse the repository at this point in the history
  • Loading branch information
linyows committed Jan 14, 2025
1 parent 8e63fad commit 3b7deaf
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 @@ -177,7 +177,7 @@ packagecloud: ## Upload archives to PackageCloud
@echo "$(INFO_COLOR)==> $(RESET)$(BOLD)Releasing for PackageCloud$(RESET)"
curl -X POST \
-F "package[distro_version]=$(DIST_ID)/$(DIST_CODENAME)" \
-F "package[package_file]=@octopass_$(VERSION)_amd64.$(DIST).deb" \
-F "package[package_file]=@builds/$(shell find ./builds -maxdepth 1 -name "*.deb" | head -1 | awk -F '/' '{print $$3}' ORS='')" \
-H "Authorization: Bearer $(PACKAGECLOUD_TOKEN)" \
https://packagecloud.io/api/v1/repos/linyows/octopass/packages.json

Expand Down

0 comments on commit 3b7deaf

Please sign in to comment.