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.
Type of change
Objective
bitwarden/gh-actions/download-artifacts
doesn't unpack artifacts into subfolders. Because of it, thePrep Bitwarden iOS release asset
step couldn't find the folder to zip. As a solution, I set thebitwarden/gh-actions/download-artifacts
to skip unpacking artifacts, and unzipped them individually.Code changes
Screenshots
Before you submit
dotnet format --verify-no-changes
) (required)