Fix flatpak builds referencing wrong branch
This commit is contained in:
parent
9d46eb123f
commit
0768a70e75
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user