summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rubberduckie3554@gmail.com>2020-04-19 16:52:11 -0400
committerJoe <rubberduckie3554@gmail.com>2020-04-19 16:52:11 -0400
commit0768a70e757262c3700e14dbb3a2a49643bc87e9 (patch)
tree6a3dc92f25f392dd8f2beccfd4f58746a8781cf6
parent9d46eb123fcdf0b9e0538ffe277cb426d7310c40 (diff)
Fix flatpak builds referencing wrong branch
-rwxr-xr-x.ci/script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/script.sh b/.ci/script.sh
index 53bb1d9e..15e7f8cf 100755
--- a/.ci/script.sh
+++ b/.ci/script.sh
@@ -7,7 +7,7 @@ if [ "$FLATPAK" ]; then
cd build-flatpak
flatpak-builder --ccache --repo=repo --subject="Build of Nheko ${VERSION} `date`" app ../io.github.NhekoReborn.Nheko.json
- flatpak build-bundle repo nheko-${VERSION}-${ARCH}.flatpak io.github.NhekoReborn.Nheko 0.7.0-dev
+ flatpak build-bundle repo nheko-${VERSION}-${ARCH}.flatpak io.github.NhekoReborn.Nheko master
mkdir ../artifacts
mv nheko-*.flatpak ../artifacts