We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90169dc commit 180044cCopy full SHA for 180044c
.github/workflows/publish.yml
@@ -177,7 +177,7 @@ jobs:
177
178
build_installer:
179
runs-on: windows-latest
180
- needs: [build_dist]
+ needs: [validate, build_dist]
181
steps:
182
- uses: actions/checkout@v4
183
- uses: actions/download-artifact@v4
@@ -293,7 +293,7 @@ jobs:
293
294
build_setup:
295
296
297
298
299
@@ -327,7 +327,7 @@ jobs:
327
328
mirrorchyan_uploading:
329
if: github.repository_owner == 'babalae'
330
- needs: [build_dist, build_installer]
+ needs: [validate, build_dist, build_installer]
331
runs-on: macos-latest
332
333
0 commit comments