Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix uploading different feature artifacts to same path
The new actions/upload-artifact@4 throws an error when multiple artifacts with the same name are uploaded within the same workflow run. Because we build multiple binaries with different features enabled, we need to upload to separate archive names now.
- Loading branch information