Commit 3e37b45
authored
ci(faustwp): wrap release zips in a faustwp/ top-level directory (#2438)
Both zip steps in the release-plugin composite action ran
`cd dist/faustwp && zip -r ../../foo.zip .`, which zipped the
contents of the slug directory instead of the directory itself.
Manual installs and downloads from GitHub Releases extracted as
loose files in the current directory instead of into faustwp/.
Zip from the parent dist/ instead, passing the slug as the
directory to recurse into, so faustwp/ becomes the archive's
top-level entry. SVN deploys via 10up's action are unaffected
because they consume the dist/faustwp directory directly.1 parent 0ef93f8 commit 3e37b45
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments