Skip to content

Commit 85db063

Browse files
authored
[CI] Fix workflow validation error in publish_job
1 parent 8b05774 commit 85db063

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish_job.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ jobs:
183183
with:
184184
DOCKER_IMAGE: ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-build-cuda126-manylinux
185185
FASTDEPLOY_ARCHIVE_URL: ${{ needs.clone.outputs.repo_archive_url }}
186+
COMPILE_ARCH: "86,89,80,90"
186187
WITH_NIGHTLY_BUILD: ${{ needs.publish_pre_check.outputs.with_nightly_build }}
187188
FD_VERSION: ${{ needs.publish_pre_check.outputs.fd_version }}
188189
PADDLEVERSION: ${{ needs.publish_pre_check.outputs.compile_use_paddle_version }}
@@ -196,6 +197,7 @@ jobs:
196197
with:
197198
DOCKER_IMAGE: ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/paddleqa:fastdeploy-build-cuda129-manylinux
198199
FASTDEPLOY_ARCHIVE_URL: ${{ needs.clone.outputs.repo_archive_url }}
200+
COMPILE_ARCH: "86,89,80,90"
199201
WITH_NIGHTLY_BUILD: ${{ needs.publish_pre_check.outputs.with_nightly_build }}
200202
FD_VERSION: ${{ needs.publish_pre_check.outputs.fd_version }}
201203
PADDLEVERSION: ${{ needs.publish_pre_check.outputs.compile_use_paddle_version }}

0 commit comments

Comments
 (0)