Commit eba7bac
committed
fix(github-actions): do not nest deploy directory in final tmp dir
The github action creates a temporary directory for adding the
metadata files. Right now the cp logic is incorrect and nestes the
base folder inside it. We can ensure the deploy folder becomes
the tmp dir 1:1 by not creating it before copying.1 parent 4172435 commit eba7bac
File tree
1 file changed
+1
-2
lines changed- github-actions/deploy-previews/pack-and-upload-artifact
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
0 commit comments