diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-02-23 22:56:43 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-02-23 22:56:43 +0100 |
commit | 278710390394b036e0d96d6223396811106d2afa (patch) | |
tree | 945c29c25a322de2d78cdb13ec157d6b1268a236 /scripts | |
parent | Add nightly flatpak repo (diff) | |
download | nheko-278710390394b036e0d96d6223396811106d2afa.tar.xz |
commit and publish flatpak in one command
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/upload-to-flatpak-repo.sh | 3 |
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 |