publish android #13

Merged
notazof merged 1 commit from build into main 2026-08-03 02:36:11 +01:00
Showing only changes of commit c8b05a8950 - Show all commits

publish android
Some checks failed
Dotnet build and test / log-the-inputs (pull_request) Has been cancelled
Dotnet build and test / build (pull_request) Has been cancelled

Paul Schneider 2026-08-03 02:35:50 +01:00
No known key found for this signature in database
GPG key ID: 1E66C65EE2B46F1B

View file

@ -44,7 +44,7 @@ jobs:
publish-release: publish-release:
# Uniquement déclenché par un tag v*. Le job apk-deploy tourne en # Uniquement déclenché par un tag v*. Le job apk-deploy tourne en
# parallèle, on partage l'artefact entre jobs. # parallèle, on partage l'artefact entre jobs.
if: startsWith(github.ref, 'refs/tags/v') if: startsWith(github.ref, 'refs/tags/')
needs: apk-deploy needs: apk-deploy
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: