Merge pull request 'publish android' (#13) from build into main
Some checks failed
Dotnet build and test / log-the-inputs (push) Has been cancelled
Dotnet build and test / build (push) Has been cancelled

Reviewed-on: #13
This commit is contained in:
Paul Schneider 2026-08-03 02:36:11 +01:00
commit ff7a6ac16d

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: