mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-03 13:11:48 +02:00
fix: fury upload, maybe
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
parent
fd36b971da
commit
f7983ea83e
@ -2,5 +2,6 @@
|
||||
set -e
|
||||
if [ "${1: -4}" == ".deb" ] || [ "${1: -4}" == ".rpm" ]; then
|
||||
cd dist
|
||||
curl -F package="@$1" "https://$FURY_TOKEN@push.fury.io/goreleaser/"
|
||||
echo "uploading $1"
|
||||
curl -q -s -F package="@$1" "https://$FURY_TOKEN@push.fury.io/goreleaser/" >/dev/null
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user