Commit 233953d
authored
fix(appstore): copy dist only if directory exists (#7424)
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 ccb3064 commit 233953d
1 file changed
+3
-1
lines changed| 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