summary refs log tree commit diff
path: root/scripts/upload-to-flatpak-repo.sh
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-02-24 00:24:45 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-02-24 00:24:45 +0100
commit6800be24836a70f745c9736af631ebb296703359 (patch)
tree84b94696de7ca8086f957c59eb2a23d7ec71e36a /scripts/upload-to-flatpak-repo.sh
parentUse flatpakref from repo (diff)
downloadnheko-6800be24836a70f745c9736af631ebb296703359.tar.xz
Copy upload steps from flathub
Diffstat (limited to 'scripts/upload-to-flatpak-repo.sh')
-rwxr-xr-xscripts/upload-to-flatpak-repo.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/upload-to-flatpak-repo.sh b/scripts/upload-to-flatpak-repo.sh
index f416132e..fdb37f82 100755
--- a/scripts/upload-to-flatpak-repo.sh
+++ b/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