Browse Source

rename artifact folder

Lennart Wittkuhn 1 year ago
parent
commit
d9361beefe
1 changed files with 2 additions and 2 deletions
  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