[GH-ISSUE #178] New release no packages! #76

Closed
opened 2026-06-08 11:25:35 +03:00 by zhus · 6 comments
Owner

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,

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,
zhus closed this issue 2026-06-08 11:25:35 +03:00
Author
Owner

@bootandy commented on GitHub (Sep 19, 2021):

My mistake apologies,

https://github.com/bootandy/dust/compare/reverts2?expand=1

<!-- gh-comment-id:922468050 --> @bootandy commented on GitHub (Sep 19, 2021): My mistake apologies, https://github.com/bootandy/dust/compare/reverts2?expand=1
Author
Owner

@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.

<!-- gh-comment-id:922468340 --> @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.
Author
Owner

@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

<!-- gh-comment-id:922490254 --> @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
Author
Owner

@emmatyping commented on GitHub (Sep 20, 2021):

cargo-deb puts the output in target/<target triple>/debian/<some long thing>.deb so I think you can change target/${{ matrix.job.target }}/debian to target/${{ matrix.job.target }}/debian/*.deb

<!-- gh-comment-id:922540228 --> @emmatyping commented on GitHub (Sep 20, 2021): `cargo-deb` puts the output in `target/<target triple>/debian/<some long thing>.deb` so I think you can change `target/${{ matrix.job.target }}/debian` to `target/${{ matrix.job.target }}/debian/*.deb`
Author
Owner

@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.

<!-- gh-comment-id:922692510 --> @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.
Author
Owner

@emmatyping commented on GitHub (Sep 20, 2021):

Great! Glad things are working :)

<!-- gh-comment-id:922726965 --> @emmatyping commented on GitHub (Sep 20, 2021): Great! Glad things are working :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#76