niccokunzmann / mundraub-android

📱Android App for Mundraub, Na-Ovoce and other fruit maps
https://f-droid.org/en/packages/eu.quelltext.mundraub/
GNU General Public License v3.0
33 stars 22 forks source link

Build is failing #314

Closed niccokunzmann closed 4 years ago

niccokunzmann commented 5 years ago

Currenly, the build is failing. It should be resolved, if we wait for this issue to be closed or invest time in a small mistake: https://github.com/fastlane/fastlane/issues/15646


We're using Polar.sh so you can upvote and help fund this issue. We receive the funding once the issue is completed & confirmed by you. Thank you in advance for helping prioritize & fund our work.

Fund with Polar

niccokunzmann commented 4 years ago

Now, I get this:

[!] Could not find release for version code '1575654793' to update changelog

The command "if [ -f "apks/fruit-radar-google-play-release.apk" ]; then .travis/deploy-to-play-store beta --validate_only true --skip_upload_images true --skip_upload_screenshots true --skip_upload_apk true --skip_upload_aab true --version_code `date +%s`; fi" exited with 1.
niccokunzmann commented 4 years ago

And now, I get this although I skip the changelog:

[!] Could not find release for version code '1575656896' to update changelog

The command "if [ -f "apks/fruit-radar-google-play-release.apk" ]; then .travis/deploy-to-play-store beta --validate_only true --skip_upload_images true --skip_upload_screenshots true --skip_upload_apk true --skip_upload_aab true --version_code `date +%s` --skip_upload_changelogs true; fi" exited with 1
niccokunzmann commented 4 years ago

It is building again.