diff --git a/justfile b/justfile index c02cbde..d8198ca 100644 --- a/justfile +++ b/justfile @@ -27,11 +27,7 @@ build-release tag version os arch: GOOS="{{os}}" GOARCH="{{arch}}" just build mkdir -p yr-{{version}} - cp {{builddir}}/yr yr-{{version}}/ - - if [ {{os}} = windows ]; then \ - mv yr-{{version}}/yr{,.exe}; \ - fi + cp {{builddir}}/yr* yr-{{version}}/ tar czf yr-{{version}}-{{os}}-{{arch}}.tar.gz yr-{{version}} hut git artifact upload --rev {{tag}} yr-{{version}}-{{os}}-{{arch}}.tar.gz