Skip to content

Commit

Permalink
ci: upload usr doc to release
Browse files Browse the repository at this point in the history
  • Loading branch information
LogCreative committed Oct 23, 2023
1 parent eb93f30 commit 5ea4548
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ jobs:
release_name: Release ${{ github.ref }}
body: ${{ github.event.head_commit.message }}
draft: true
- name: add presenter-ctan.zip
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: texmf/doc/latex/presenter/presenter-doc.pdf
asset_name: presenter-doc.pdf
asset_content_type: application/pdf
- name: add presenter-ctan.zip
uses: actions/[email protected]
env:
Expand Down

0 comments on commit 5ea4548

Please sign in to comment.