Skip to content

Commit

Permalink
build_docs.yml: release action - add name, make latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Medek committed Oct 2, 2024
1 parent 9d2fffe commit 39ac449
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,9 @@ jobs:
- name: Upload HTML docs release
uses: ncipollo/release-action@v1
with:
artifacts: 'build/docs/doxygen/html/libtropic-html-docs.zip'
name: 'HTML Documentation'
artifacts: '${{github.workspace}}/build/docs/doxygen/html/libtropic-html-docs.zip'
artifactErrorsFailBuild: true
makeLatest: true
tag: 'latest'
prerelease: false

0 comments on commit 39ac449

Please sign in to comment.