Merge pull request #8370 from Rory-Z/ci/fix-build-error
ci: fix build error
This commit is contained in:
commit
8a9b0649e7
|
@ -338,7 +338,7 @@ jobs:
|
|||
|
||||
publish_artifacts:
|
||||
runs-on: ubuntu-20.04
|
||||
needs: [prepare, mac, linux, docker]
|
||||
needs: [prepare, mac, linux]
|
||||
if: ${{ needs.prepare.outputs.IS_EXACT_TAG }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
Loading…
Reference in New Issue