diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 10d662d9..3ce61d3b 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Download models - run: echo "${{ vars.MODEL_URLS }}" | xargs -n 1 wget -P hivision/creator/weights + run: echo ${{ vars.MODEL_URLS }} | xargs -n 1 -I {} wget -P hivision/creator/weights {} - name: Set up QEMU uses: docker/setup-qemu-action@v3