diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-02-24 00:24:45 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-02-24 00:24:45 +0100 |
commit | 6800be24836a70f745c9736af631ebb296703359 (patch) | |
tree | 84b94696de7ca8086f957c59eb2a23d7ec71e36a /scripts/upload-to-flatpak-repo.sh | |
parent | Use flatpakref from repo (diff) | |
download | nheko-6800be24836a70f745c9736af631ebb296703359.tar.xz |
Copy upload steps from flathub
Diffstat (limited to 'scripts/upload-to-flatpak-repo.sh')
-rwxr-xr-x | scripts/upload-to-flatpak-repo.sh | 4 |
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 |