mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #178] New release no packages! #76
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bootandy on GitHub (Sep 19, 2021).
Original GitHub issue: https://github.com/bootandy/dust/issues/178
Hey @ethanhs I pushed a new release of dust today and the packages didn't build.
I may have made a mistake somewhere but I think the only changes to CICD came from you - and my current instinct is to revert these commits: - can you see any problems that might cause the package to not build?
https://github.com/bootandy/dust/commit/f51e9dd222205f46a760468f742f14f593d77c94
https://github.com/bootandy/dust/commit/c25f7d342cb016b4e7c485315035559cef3ab04b
thanks,
@bootandy commented on GitHub (Sep 19, 2021):
My mistake apologies,
https://github.com/bootandy/dust/compare/reverts2?expand=1
@emmatyping commented on GitHub (Sep 19, 2021):
No problem, reasonable to assume the last change broke things! I also should note that I only upload the .debs to actions output, so you may want to also add to the files list a glob for .deb files (maybe based on https://github.com/bootandy/dust/blob/master/.github/workflows/CICD.yml#L235) for the release step.
@bootandy commented on GitHub (Sep 19, 2021):
@ethanhs
I have to be honest, I don't have a good grasp of the build file as someone else made it.
I thought this change (or the proceeding one) would include the deb files but it doesn't seem to, can you explain what I did wrong, thanks.
https://github.com/bootandy/dust/commit/4e3c50177bfd31ab8146b43adda6ae5dce332cef
@emmatyping commented on GitHub (Sep 20, 2021):
cargo-debputs the output intarget/<target triple>/debian/<some long thing>.debso I think you can changetarget/${{ matrix.job.target }}/debiantotarget/${{ matrix.job.target }}/debian/*.deb@bootandy commented on GitHub (Sep 20, 2021):
Got it - thank you.
https://github.com/bootandy/dust/releases
They'll be in the next proper release.
@emmatyping commented on GitHub (Sep 20, 2021):
Great! Glad things are working :)