bitwarden / mobile

Retired Bitwarden mobile app for iOS and Android (MAUI/Xamarin).
https://bitwarden.com
GNU General Public License v3.0
153 stars 24 forks source link

Fix release #3294

Closed michalchecinski closed 5 months ago

michalchecinski commented 5 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