Fix flatpak builds referencing wrong branch

This commit is contained in:
Joe 2020-04-19 16:52:11 -04:00
parent 9d46eb123f
commit 0768a70e75
1 changed files with 1 additions and 1 deletions

View File

@ -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