From 25d694674de9127fbb4f55216fb65596eeb44468 Mon Sep 17 00:00:00 2001 From: autumn-2-net <109412646+autumn-2-net@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:50:12 +0800 Subject: [PATCH] Update pack_img.yaml --- .github/workflows/pack_img.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pack_img.yaml b/.github/workflows/pack_img.yaml index 59233cc..75ba3c1 100644 --- a/.github/workflows/pack_img.yaml +++ b/.github/workflows/pack_img.yaml @@ -48,13 +48,13 @@ jobs: uses: actions/upload-artifact@v3 with: name: auto_img_zh_cn # 上传生成的图片作为 artifact - path: auto_img_zh_cn.png # 替换为你生成图片的路径 + path: images/auto_img_zh_cn.png # 替换为你生成图片的路径 - name: Save stitched image as artifact uses: actions/upload-artifact@v3 with: name: auto_img_en # 上传生成的图片作为 artifact - path: auto_img_en.png # 替换为你生成图片的路径 + path: images/auto_img_en.png # 替换为你生成图片的路径 - name: Deploy to GitHub Pages id: deployment