diff options
author | Joe <rubberduckie3554@gmail.com> | 2020-04-19 16:52:11 -0400 |
---|---|---|
committer | Joe <rubberduckie3554@gmail.com> | 2020-04-19 16:52:11 -0400 |
commit | 0768a70e757262c3700e14dbb3a2a49643bc87e9 (patch) | |
tree | 6a3dc92f25f392dd8f2beccfd4f58746a8781cf6 /.ci | |
parent | Release v0.7.0 (diff) | |
download | nheko-0768a70e757262c3700e14dbb3a2a49643bc87e9.tar.xz |
Fix flatpak builds referencing wrong branch
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/script.sh | 2 |
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 |