Skip to content

Commit

Permalink
Fixed the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
gornostal committed Apr 12, 2020
1 parent 052e7cf commit 7394484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/make-release.sh
Expand Up @@ -56,6 +56,7 @@ create_rpms() {
docker run -v $(pwd):/root/ulauncher --name ulauncher-rpm $FEDORA_BUILD_IMAGE \
bash -c "./ul build-rpm $VERSION fedora"
docker cp ulauncher-rpm:/tmp/ulauncher_${VERSION}_fedora.rpm .
docker rm ulauncher-rpm

docker run -v $(pwd):/root/ulauncher --name ulauncher-rpm $FEDORA_32_BUILD_IMAGE \
bash -c "./ul build-rpm $VERSION fedora fedora32"
Expand Down

0 comments on commit 7394484

Please sign in to comment.