Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
alexytomi committed Dec 6, 2024
1 parent 14182e3 commit dac33e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sed -i 's/Mindustry/Mindustry BE/g' android/res/values/strings.xml
./gradlew pack
./gradlew android:assembleDebug --stacktrace
mv android/build/outputs/apk/debug/android-release.apk android/build/outputs/apk/debug/Mindustry-BE-Android-${RELEASE_VERSION}.apk
mv android/build/outputs/apk/debug/android-debug.apk android/build/outputs/apk/debug/Mindustry-BE-Android-${RELEASE_VERSION}.apk
echo "JDK directory: $JDK_DIR"
echo $PWD
- name: Upload Android artifacts
Expand Down

0 comments on commit dac33e7

Please sign in to comment.