Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
anayrat committed Nov 5, 2023
1 parent e306f31 commit c895d4c
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 @@ -132,7 +132,7 @@ packagecloud-push-deb: $(wildcard $(NAME)_$(VERSION)_*.deb)
package_cloud push $(REPO)/debian/stretch $${pkg} || true
package_cloud push $(REPO)/debian/buster $${pkg} || true
package_cloud push $(REPO)/debian/bullseye $${pkg} || true
package_cloud push $(REPO)/debian/bookworm $${pkg} || true
package_cloud push $(REPO)/debian/bookworm $${pkg} || true
done

packagecloud-push:
Expand Down

0 comments on commit c895d4c

Please sign in to comment.