Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saulhdev committed Aug 3, 2024
1 parent cae515d commit a7675e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build:
- ./gradlew signingConfig

after_script:
- ls ../ -R
- ls ../../../ -R
- ARTIFACT_PATHNAME_APK=$(ls app/build/outputs/*.apk | head -n 1)
- ARTIFACT_NAME_APK=basename $ARTIFACT_PATHNAME_APK
- echo "ARTIFACT_NAME_APK is $ARTIFACT_NAME_APK"
Expand Down

0 comments on commit a7675e4

Please sign in to comment.