Fix: Switch back to repo branch before creating release

This commit is contained in:
Mio.
2025-12-10 23:47:28 +01:00
parent dd0f7dd467
commit 05bf6b5904

View File

@@ -155,6 +155,12 @@ jobs:
echo "EOF" echo "EOF"
} >> $GITHUB_OUTPUT } >> $GITHUB_OUTPUT
# Switch back to 'repo' branch to upload the APK
- name: Final Switch to repo branch
if: steps.check_release.outputs.exists == 'false'
run: |
git checkout repo
- name: Create Release - name: Create Release
if: steps.check_release.outputs.exists == 'false' if: steps.check_release.outputs.exists == 'false'
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2