bitwarden / android

Bitwarden mobile app for Android.
https://bitwarden.com
GNU General Public License v3.0
6.33k stars 797 forks source link

Fix release #3294

Closed michalchecinski closed 3 months ago

michalchecinski commented 3 months ago

Type of change

Objective

bitwarden/gh-actions/download-artifacts doesn't unpack artifacts into subfolders. Because of it, the Prep Bitwarden iOS release asset step couldn't find the folder to zip. As a solution, I set the bitwarden/gh-actions/download-artifacts to skip unpacking artifacts, and unzipped them individually.

Code changes

Screenshots

Before you submit