Skip to content

Commit

Permalink
Update Javadocs artifact upload path to include all files in the dire…
Browse files Browse the repository at this point in the history
…ctory
  • Loading branch information
SableRaf committed Dec 11, 2024
1 parent 90df74e commit fd8893a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Upload Javadocs artifact
uses: actions/upload-pages-artifact@v1
with:
path: processing4/build/javadoc/core
path: processing4/build/javadoc/core/**

- name: Clean up the processing4 directory
run: |
Expand Down

0 comments on commit fd8893a

Please sign in to comment.