mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix flatpak builds referencing wrong branch
This commit is contained in:
parent
9d46eb123f
commit
0768a70e75
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ if [ "$FLATPAK" ]; then
|
||||||
cd build-flatpak
|
cd build-flatpak
|
||||||
|
|
||||||
flatpak-builder --ccache --repo=repo --subject="Build of Nheko ${VERSION} `date`" app ../io.github.NhekoReborn.Nheko.json
|
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
|
mkdir ../artifacts
|
||||||
mv nheko-*.flatpak ../artifacts
|
mv nheko-*.flatpak ../artifacts
|
||||||
|
|
Loading…
Reference in a new issue