feat: support downloading multiple artifacts to different paths

There is a few use cases where we want to download a few different artifacts but
not all of them. This commit implements this support, without breaking backward
compatibility. A build test case was also added to the pipeline.
This commit is contained in:
Diogo Kiss 2022-10-12 16:47:29 +02:00
parent fc5dc36c10
commit 73f53c9b26
5 changed files with 2295 additions and 121 deletions

View file

@ -4,7 +4,7 @@
# For our project, we generate this file through a build process
# from other source files.
# We need to make sure the checked-in `index.js` actually matches what we expect it to be.
name: Check dist/
name: Check dist
on:
push: