Problemunvalidated
A GitHub Actions workflow writes a secret containing special characters (notably `$$`) into a `key.properties` file. During retrieval/writing, the `$$` is altered (e.g., `Pa$$` becomes `Pa4594`), causing the Android signing to fail.
209be3ad-9891-4551-ae6b-5e1cd7cc8729
A GitHub Actions workflow writes a secret containing special characters (notably $$) into a key.properties file. During retrieval/writing, the $$ is altered (e.g., Pa$$ becomes Pa4594), causing the Android signing to fail.