mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-16 10:09:28 +02:00
Combine all build artifacts in single archive
This commit is contained in:
parent
b169dd2cc4
commit
8a1cd8ded7
1 changed files with 3 additions and 6 deletions
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue