From a7420bc2176eb60f8ba12abd434fdae1b3e2b841 Mon Sep 17 00:00:00 2001 From: Canadew <110163919+chun-awa@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:30:23 +0800 Subject: [PATCH] Update pack_img.yaml --- .github/workflows/pack_img.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pack_img.yaml b/.github/workflows/pack_img.yaml index 9b7eb03..2c0587c 100644 --- a/.github/workflows/pack_img.yaml +++ b/.github/workflows/pack_img.yaml @@ -35,7 +35,9 @@ jobs: pip install opencv-python numpy # 安装必要的依赖包 - name: Run image stitching script - run: ./auto_pack_img.py + run: | + mkdir images + ./auto_pack_img.py - name: Upload Pages artifact uses: actions/upload-pages-artifact@v3