diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index a0b1d7f9ae10..abd3b649ed74 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -92,7 +92,7 @@ jobs:
- name: Build Android APK (signed)
if: steps.keystore.outputs.has_keystore == 'true'
run: >
- dotnet publish -c Release -p:PublishTrimmed=false -p:AndroidLinkMode=None
+ dotnet publish -c Release -p:AndroidKeyStore=false -p:PublishTrimmed=false -p:AndroidLinkMode=None
osu.Android/osu.Android.csproj
-f net10.0-android
-p:Version=${{ steps.version.outputs.version }}
@@ -107,7 +107,7 @@ jobs:
- name: Build Android APK (signed with default debug key)
if: steps.keystore.outputs.has_keystore != 'true'
run: >
- dotnet publish -c Release -p:PublishTrimmed=false -p:AndroidLinkMode=None
+ dotnet publish -c Release -p:AndroidKeyStore=false -p:PublishTrimmed=false -p:AndroidLinkMode=None
osu.Android/osu.Android.csproj
-f net10.0-android
-p:Version=${{ steps.version.outputs.version }}
@@ -117,7 +117,7 @@ jobs:
- name: Find APK
id: find_apk
run: |
- PUBLISH_DIR="osu.Android/bin/Release/net10.0-android/publish"
+ PUBLISH_DIR="osu.Android/bin/Release/net10.0-android"
APK=$(find "$PUBLISH_DIR" -maxdepth 1 -name "*.apk" 2>/dev/null | head -1)
if [ -z "$APK" ]; then
APK=$(find osu.Android/bin/Release -name "*.apk" | head -1)
diff --git a/osu.Android.props b/osu.Android.props
index 3cbfac087ca2..8a5146f57801 100644
--- a/osu.Android.props
+++ b/osu.Android.props
@@ -49,7 +49,7 @@
native
-
+
native
diff --git a/osu.Android/AndroidManifest.xml b/osu.Android/AndroidManifest.xml
index bb3cb2c56d07..b0e837ed958c 100644
--- a/osu.Android/AndroidManifest.xml
+++ b/osu.Android/AndroidManifest.xml
@@ -1,7 +1,7 @@
-
+