diff --git a/.github/workflows/boardbook.yml b/.github/workflows/boardbook.yml index 7ef2f74..83a3d5f 100644 --- a/.github/workflows/boardbook.yml +++ b/.github/workflows/boardbook.yml @@ -43,10 +43,9 @@ jobs: cd output zip r boardbook * - - - name: Provide access to boardbook.zip - uses: actions/upload-artifact@v4 - with: - name: boardbook.zip - path: output - retention-days: 1 \ No newline at end of file + - name: Provide access to boardbook.zip + uses: actions/upload-artifact@v4 + with: + name: boardbook.zip + path: output + retention-days: 1 \ No newline at end of file