浏览代码

rename artifact folder

Lennart Wittkuhn 1 年之前
父节点
当前提交
d9361beefe
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/main.yml

+ 2 - 2
.github/workflows/main.yml

@@ -16,7 +16,7 @@ jobs:
       - name: Upload artifact
         uses: actions/upload-artifact@v2
         with:
-          name: page
+          name: illustrations
           path: replay-illustrations/illustrations
   build-deploy:
     runs-on: ubuntu-latest
@@ -29,7 +29,7 @@ jobs:
       - name: Download artifact
         uses: actions/download-artifact@v2
         with:
-          name: page
+          name: illustrations
           path: replay-illustrations/illustrations
       - name: Set up Quarto
         uses: quarto-dev/quarto-actions/setup@v2