Skip to content

Commit

Permalink
swap action for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Medek committed Oct 2, 2024
1 parent 798e0e2 commit d23790e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,12 @@ jobs:
directory: 'build/docs/doxygen/html/'

- name: Upload HTML docs release
uses: ncipollo/release-action@v1.12.0
uses: "marvinpinto/action-automatic-releases@latest"
with:
artifacts: 'html-docs.zip'
token: ${{ secrets.GITHUB_TOKEN }}
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "HTML documentation"
files: |
build/docs/doxygen/html/html-docs.zip

0 comments on commit d23790e

Please sign in to comment.