Update pack_img.yaml

This commit is contained in:
autumn-2-net 2024-10-09 17:50:12 +08:00 committed by GitHub
parent 4dadb9dd3e
commit 25d694674d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,13 +48,13 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: auto_img_zh_cn # 上传生成的图片作为 artifact 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 - name: Save stitched image as artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: auto_img_en # 上传生成的图片作为 artifact name: auto_img_en # 上传生成的图片作为 artifact
path: auto_img_en.png # 替换为你生成图片的路径 path: images/auto_img_en.png # 替换为你生成图片的路径
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
id: deployment id: deployment