MuhammedKalkan / OpenLens

OpenLens Binary Build Repository
4.04k stars 271 forks source link

fix: catch all assets on release #16

Closed jkroepke closed 2 years ago

jkroepke commented 2 years ago

I checked https://github.com/MuhammedKalkan/OpenLens/runs/7598649860?check_suite_focus=true and figure out the fileglob for the asset files are not correct.

On top, the arm64 builds missing a sha256 file.

MuhammedKalkan commented 2 years ago

Arm64 dmg seems missing in release files. Possible that it gets overwritten as a single dmg for each pass

jkroepke commented 2 years ago

@MuhammedKalkan I'm already on it. But before opening a next PR again, I'm testing it on my local repo first to stop the try-error workflow. (https://github.com/jkroepke/OpenLens/commit/d354f3e99de5ba4c3dfb7d80a8a79c9fc1422880; https://github.com/jkroepke/OpenLens/runs/7599168958?check_suite_focus=true)

Sorry for sending previously untested pull requests.