Copy upload steps from flathub

pull/510/head
Nicolas Werner 4 years ago
parent be85c51b91
commit 6800be2483
No known key found for this signature in database
GPG Key ID: 13675F31AD04A41C
  1. 4
      scripts/upload-to-flatpak-repo.sh

@ -18,5 +18,7 @@ fi
BUILD_URL=${BUILD_URL/http:/https:}
./flat-manager-client push --commit --publish $BUILD_URL $1
./flat-manager-client push $BUILD_URL $1
./flat-manager-client commit --wait $BUILD_URL
./flat-manager-client publish --wait $BUILD_URL

Loading…
Cancel
Save