Skip to content

Commit

Permalink
Update codemagic.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrebane committed Feb 3, 2025
1 parent 332e065 commit 2e6fed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ workflows:
./gradlew clean --no-daemon fetchAndPackageDefaultConfiguration -PappVersionName=$APP_VERSION_NAME.$PROJECT_BUILD_NUMBER assemble --debug -PskipGoogleServices
- name: Rename and move APK
script: |
mkdir artifact/
mkdir app/build/outputs/apk/debug/artifact/
mv app/build/outputs/apk/debug/app-debug.apk app/build/outputs/apk/debug/artifact/"RIA_DigiDoc_dev_$APP_VERSION_NAME.$PROJECT_BUILD_NUMBER.apk"
artifacts:
- app/build/outputs/apk/debug/artifact/*.apk
Expand Down

0 comments on commit 2e6fed5

Please sign in to comment.