Combine all build artifacts in single archive

This commit is contained in:
Philipp Wolfer 2023-11-28 18:11:45 +01:00
parent b169dd2cc4
commit 8a1cd8ded7
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B

View file

@ -18,13 +18,10 @@ tasks:
else else
goreleaser release --snapshot --clean goreleaser release --snapshot --clean
fi fi
cd dist/
tar cvf artifacts.tar scotty-*.{gz,zip} scotty_*_checksums.txt
- publish-redirect: | - publish-redirect: |
# Update redirect on https://go.uploadedlobster.com/scotty # Update redirect on https://go.uploadedlobster.com/scotty
./scotty/pages/publish.sh ./scotty/pages/publish.sh
artifacts: artifacts:
- scotty/dist/scotty_Darwin_all.tar.gz - scotty/dist/artifacts.tar
- 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