diff --git a/.build.yml b/.build.yml index e79ae95..1286795 100644 --- a/.build.yml +++ b/.build.yml @@ -18,13 +18,10 @@ tasks: else goreleaser release --snapshot --clean fi + cd dist/ + tar cvf artifacts.tar scotty-*.{gz,zip} scotty_*_checksums.txt - publish-redirect: | # Update redirect on https://go.uploadedlobster.com/scotty ./scotty/pages/publish.sh artifacts: - - scotty/dist/scotty_Darwin_all.tar.gz - - scotty/dist/scotty_Linux_arm64.tar.gz - - scotty/dist/scotty_Linux_i386.tar.gz - - scotty/dist/scotty_Linux_x86_64.tar.gz - - scotty/dist/scotty_Windows_arm64.zip - - scotty/dist/scotty_Windows_x86_64.zip + - scotty/dist/artifacts.tar