Skip to content

Commit 180044c

Browse files
committed
修正依赖
1 parent 90169dc commit 180044c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177

178178
build_installer:
179179
runs-on: windows-latest
180-
needs: [build_dist]
180+
needs: [validate, build_dist]
181181
steps:
182182
- uses: actions/checkout@v4
183183
- uses: actions/download-artifact@v4
@@ -293,7 +293,7 @@ jobs:
293293

294294
build_setup:
295295
runs-on: windows-latest
296-
needs: [build_dist]
296+
needs: [validate, build_dist]
297297
steps:
298298
- uses: actions/checkout@v4
299299
- uses: actions/download-artifact@v4
@@ -327,7 +327,7 @@ jobs:
327327

328328
mirrorchyan_uploading:
329329
if: github.repository_owner == 'babalae'
330-
needs: [build_dist, build_installer]
330+
needs: [validate, build_dist, build_installer]
331331
runs-on: macos-latest
332332
steps:
333333

0 commit comments

Comments
 (0)