Skip to content

Commit

Permalink
Add pdf to release
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerKuemmerle committed Dec 30, 2024
1 parent c966ed5 commit ce14518
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@ jobs:
run: |
cd doc
make
ls -l ${{github.workspace}}/doc/*.pdf
- name: Check PDF output
run: |
ls -l ${{github.workspace}}/doc/*.pdf
# - name: Create github Release
# uses: softprops/action-gh-release@v2
# if: startsWith(github.ref, 'refs/tags/')
# with:
# generate_release_notes: false
# files: |
# ${{github.workspace}}/doc/*.pdf
- name: Create github Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
generate_release_notes: false
files: |
${{github.workspace}}/doc/*.pdf

0 comments on commit ce14518

Please sign in to comment.