Skip to content

Commit

Permalink
fix escaped variable
Browse files Browse the repository at this point in the history
  • Loading branch information
linyows committed Jan 14, 2025
1 parent e8d79cb commit 2a560d6
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 @@ -176,7 +176,7 @@ deb: source_for_deb ## Packaging for DEB
packagecloud: ## Upload archives to PackageCloud
@echo "$(INFO_COLOR)==> $(RESET)$(BOLD)Releasing for PackageCloud$(RESET)"
curl -X POST \
-F "package[distro_version_id]=$(shell misc/packagecloud.sh $$DIST_ID $$DIST_CODENAME)" \
-F "package[distro_version_id]=$(shell misc/packagecloud.sh $(DIST_ID) $(DIST_CODENAME))" \
-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 2a560d6

Please sign in to comment.