Scripts: attempt to build and push android

This commit is contained in:
Pieter Vander Vennet 2025-06-18 15:51:46 +02:00
parent 6caa33ecda
commit 72f05dad42

View file

@ -57,4 +57,4 @@ jobs:
echo "Committing all changes"
git commit -am "Add files for release ${{ github.ref_name }}"
git tag "${{ github.ref_name }}"
git push origin main --verbose --follow-tags
git push origin refs/heads/main --verbose --follow-tags