enry icon indicating copy to clipboard operation
enry copied to clipboard

Assets (zip+md5) are missing in release v1.3.0

Open fabasoad opened this issue 9 months ago • 6 comments

Problem

  1. Go to v1.3.0 release page.
  2. Look at the assets:

Screenshot 2023-09-26 at 8 28 40

Expected behavior

6 additional assets should be present there (zip+md5 for each OS). Example of v1.2.0 release:

Screenshot 2023-09-26 at 8 28 33

fabasoad avatar Sep 25 '23 23:09 fabasoad

@bzz Hi! Please let me know how can I help to move this ticket further. Thanks!

fabasoad avatar Oct 08 '23 12:10 fabasoad

Thanks for reporting! The best way is to check the gh actions for CI automation and their logs from the last release and post here any errors/irregularities (as compared to running the same steps locally).

bzz avatar Oct 09 '23 21:10 bzz

CI for our releases use a base image that relies an old address for debian stretch

2023-10-09T22:02:09.4817874Z #7 0.331 E: Failed to fetch http://security.debian.org/debian-security/dists/stretch/updates/main/binary-amd64/Packages  404  Not Found [IP: 151.101.66.132 80]

Upstream's base image is up to date and as for this CLI binary we don't use cgo (AFAIK, the only change in the fork) - we probably should be good moving to it instead.

bzz avatar Oct 13 '23 22:10 bzz

Hi! I am also interested in the missing assets. Thanks!

miguelusque avatar Feb 13 '24 16:02 miguelusque

Hey @miguelusque - I'm sorry, I didn't have time to look into it.

So probably rather then waiting when me or @lafriks will have time to update the CI - you could probably try to submit a PR that changes project's GH CI action to start using the linked upstream image directly.

Hope this helps!

bzz avatar Feb 21 '24 18:02 bzz

I can try to look into it

lafriks avatar Feb 21 '24 19:02 lafriks