Correct package names
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Tyler 2021-03-27 01:28:55 -04:00
parent f7a98af9b6
commit 9c0c218f46
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
fpm -s dir -t deb -p /build/pastee_${DRONE_TAG}_${ARCH}.deb \
-n pastee -v $DRONE_TAG -a $ARCH \
-n pastee -v $DRONE_SEMVER -a $ARCH \
--deb-priority optional --force \
--deb-compression bzip2 \
--description "Paste.ee CLI Tool" \
@ -7,7 +7,7 @@ fpm -s dir -t deb -p /build/pastee_${DRONE_TAG}_${ARCH}.deb \
-a $ARCH /build/pastee_linux_${ARCH}=/usr/bin/pastee
fpm -s dir -t rpm -p /build/pastee_${DRONE_TAG}_${ARCH}.rpm \
-n pastee -v $DRONE_TAG -a $ARCH \
-n pastee -v $DRONE_SEMVER -a $ARCH \
--description "Paste.ee CLI Tool" \
-m "Paste.ee <admin@paste.ee>" --vendor "Paste.ee" \
-a $ARCH /build/pastee_linux_${ARCH}=/usr/bin/pastee