mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-27 17:08:28 +02:00
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:
parent
fc5dc36c10
commit
73f53c9b26
5 changed files with 2295 additions and 121 deletions
2
.github/workflows/check-dist.yml
vendored
2
.github/workflows/check-dist.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue