fix: 🔊 show all logs

This commit is contained in:
Michel Roux 2025-02-08 14:55:47 +01:00
parent 3829b24535
commit 221e25a625

@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: curl -sSL -u "$USERNAME:$PASSWORD" -o app/$STORE_FILE https://cloud.crystalyx.net/remote.php/dav/files/$USERNAME/Bordel/$STORE_FILE
- run: sh gradlew lint build bundleRelease assembleRelease --no-daemon
- run: sh gradlew lint build bundleRelease assembleRelease --no-daemon --warning-mode all
- uses: akkuman/gitea-release-action@v1
if: gitea.ref_type == 'tag'
with: