Commit df3bd34
committed
fix(appstore): copy dist only if directory exists
The dist/ directory is not always produced by the frontend build
(e.g. in the GitHub Actions release workflow where vite outputs the
pdf worker to js/ instead). Make the copy conditional, consistent
with the verify-appstore-package target which already uses an
if [ -d dist ] guard.
[skip ci]
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>1 parent e6144c0 commit df3bd34
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | 110 | | |
112 | 111 | | |
113 | 112 | | |
| |||
118 | 117 | | |
119 | 118 | | |
120 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
121 | 123 | | |
122 | 124 | | |
123 | 125 | | |
| |||
0 commit comments