Correct package names
This commit is contained in:
parent
92bd09a2c6
commit
f7a98af9b6
@ -1,5 +1,5 @@
|
||||
fpm -s dir -t deb -p /build/pastee_${DRONE_TAG}_${ARCH}.deb \
|
||||
-n ow-api -v $DRONE_TAG -a $ARCH \
|
||||
-n pastee -v $DRONE_TAG -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 ow-api -v $DRONE_TAG -a $ARCH \
|
||||
-n pastee -v $DRONE_TAG -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
|
Loading…
Reference in New Issue
Block a user