Commit c433beb
committed
build: Move build artifacts from each folder
- github_actions/actions/download-artifacts-4
- github_actions/actions/upload-artifacts-4
Recently, GitHub updated these two actions to have different artifact
names for all build outputs, so if we set it to dnwload all artifacts on
download, it creates a folder for each artifact name and saves the build
outputs. so we change it to move the files saved in each folder to the
parent directory.
Related:
- 9fb0528
- 447a2c7
- https://github.blog/changelog/2023-12-14-github-actions-artifacts-v4-is-now-generally-available/1 parent 447a2c7 commit c433beb
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | | - | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
59 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | | - | |
| 65 | + | |
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
| |||
0 commit comments