Skip to content

Commit e974d86

Browse files
committed
(build) fix jobs dependencies
1 parent 8e40051 commit e974d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265

266266
publish:
267267
name: Publish
268-
needs: [artifact_linux_test]
268+
needs: [artifact_linux_test, artifact_msbuild_test, artifact_commandline_test, artifact_portable_test]
269269
runs-on: windows-latest
270270
strategy:
271271
matrix:

0 commit comments

Comments
 (0)