- compile with zig 0.11.0
- add aqua.yaml (for build-from-source)
- update workflows and release artifact naming/layout
- previously the artifact name was like
$arch-$os-$libc.tgz
and layout was$arch-$os-$libc/bin/findup
- now the artifact name is
findup-$arch-$os-$libc.tgz
and layout is justfindup
- previously the artifact name was like
Full Changelog: v1.1.1...v1.1.2