Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbjacobs committed Apr 22, 2024
1 parent 0f5b823 commit 0031ac2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/boardbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- name: Provide access to boardbook.zip
uses: actions/upload-artifact@v4
with:
name: boardbook.zip
path: output
retention-days: 1

0 comments on commit 0031ac2

Please sign in to comment.