summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-02-23 22:56:43 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-02-23 22:56:43 +0100
commit278710390394b036e0d96d6223396811106d2afa (patch)
tree945c29c25a322de2d78cdb13ec157d6b1268a236 /scripts
parentAdd nightly flatpak repo (diff)
downloadnheko-278710390394b036e0d96d6223396811106d2afa.tar.xz
commit and publish flatpak in one command
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upload-to-flatpak-repo.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/upload-to-flatpak-repo.sh b/scripts/upload-to-flatpak-repo.sh
index 262a1635..f416132e 100755
--- a/scripts/upload-to-flatpak-repo.sh
+++ b/scripts/upload-to-flatpak-repo.sh
@@ -18,6 +18,5 @@ fi
 
 BUILD_URL=${BUILD_URL/http:/https:}
 
-./flat-manager-client push --commit $BUILD_URL $1
-./flat-manager-client publish $BUILD_URL
+./flat-manager-client push --commit --publish $BUILD_URL $1