소스 검색

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