build: Use forward slash for paths to fix invalid escaping

This commit is contained in:
oSumAtrIX
2025-01-13 19:52:06 +01:00
committed by GitHub
parent 2b17880e51
commit a74ec0d53b

View File

@@ -32,7 +32,7 @@
{ {
"assets": [ "assets": [
{ {
"path": "build\outputs\apk\release\*.apk", "path": "build/outputs/apk/release/*.apk",
} }
], ],
successComment: false successComment: false