You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we transitioned our release workflow to GitHub actions, we started
using Powershell's `Compress-Archive` cmdlet to zip our Windows binaries.
However, this unfortunately does not play nicely with `unzip` in WSL.
Since we're publishing the archives from an Ubuntu machine, switch to
creating the archives with the `zip` command in the default bash shell to
correct the issue.
0 commit comments