Skip to content
Snippets Groups Projects
Commit 0768a70e authored by Joe Donofry's avatar Joe Donofry
Browse files

Fix flatpak builds referencing wrong branch

parent 9d46eb12
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment