From 8a1cd8ded74830457b999976221f288dc92ab0fa Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Tue, 28 Nov 2023 18:11:45 +0100 Subject: [PATCH] Combine all build artifacts in single archive --- .build.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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