Skip to content

Commit

Permalink
Update buildAndroid.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexytomi authored Dec 5, 2024
1 parent 89571f2 commit edc9a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Create artifacts
run: |
./gradlew android:assembleDebug -Pbuildversion=${RELEASE_VERSION} -PversionType=bleeding-edge -PshowCommitHash --stacktrace
./gradlew android:assembleDebug -PversionType=bleeding-edge -PshowCommitHash --stacktrace --info
mv android/build/outputs/apk/debug/android-release.apk android/build/outputs/apk/debug/Mindustry-BE-Android-${RELEASE_VERSION}.apk
# echo "BODY=$(git rev-parse HEAD)" >> $GITHUB_ENV
# sed -i 's/applicationId "io.anuke.mindustry"/applicationId "io.anuke.mindustry.be"/g' android/build.gradle
Expand Down

0 comments on commit edc9a4b

Please sign in to comment.