Skip to content

Releases: bitrise-steplib/steps-appetize-io-deploy

0.10.0

03 Oct 11:50
8364b2f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.5...0.10.0

0.9.5

02 May 04:33
34ad14f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.4...0.9.5

0.9.4

16 Dec 09:43
Compare
Choose a tag to compare

Updated input descriptions.

0.9.3

31 Aug 10:53
Compare
Choose a tag to compare

0.9.1

16 Jul 09:06
Compare
Choose a tag to compare
  • Fix the APPETIZE_APP_URL output URL scheme issue:
    The path.Join() calls the clean method which removes every / duplicates. That's why the URL scheme is wrong (https:// => https:/)

  • Unit test added

0.9.0

08 Jun 09:18
Compare
Choose a tag to compare
  • It has been rewritten in Go.

  • Platform input removed. The step figures out the platform of the provided file.

  • For iOS, provide a .zip or .tar.gz file containing your compressed .app bundle or the .app bundle. For Android, provide the .apk containing your app.

  • If the given file's extension is .app the step will create a new .zip with the .app bundle and use that for upload.