Chrome Downloading Single File Artifacts as a Zip File

 

Problem

When downloading a single-file artifact from CircleCI in Chrome, the file may be downloaded as a ZIP instead of its original format. This commonly occurs with mobile app files such as .ipa or .aab files.

This happens because Chrome's security settings automatically compress certain file types during downloads.

Solutions

Choose one of the following options to download the file in its original format:

Solution 1: Use a Different Browser

Download the artifact using Safari or Firefox, not Chrome.

Solution 2: Rename the Downloaded File

After downloading from Chrome, rename the file to add the correct file extension (.ipa or .aab).

Solution 3: Save With Correct Extension

  1. Right-click the download link
  2. Select "Save link as"
  3. When the save dialog appears, change the format from "Zip" to "All files"
  4. Edit the filename to include the proper extension (.ipa or .aab)

Outcome

After using any of these solutions, you will have the artifact file in its original format, ready to use.

 

Additional Resources

Was this article helpful?
20 out of 48 found this helpful

Comments

0 comments

Article is closed for comments.