Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Jun 27, 2024
1 parent e15dff2 commit 9ede452
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nightly-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: ${{ matrix.gazebo_distribution }}_api_docs
name: api-docs-${{ matrix.gazebo_distribution }}
path: ws/build/**/doxygen/html

deploy:
Expand All @@ -58,6 +58,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
pattern: *_api_docs
path: api-docs
pattern: api-docs-*
merge-multiple: true
- name: Display structure of downloaded files
run: ls -R

0 comments on commit 9ede452

Please sign in to comment.