Skip to content

Commit

Permalink
Fix asset_path in Upload PDF to Release action
Browse files Browse the repository at this point in the history
  • Loading branch information
skilkis committed Oct 27, 2020
1 parent 0f4a955 commit 21f0826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: docs/${{ env.root_file }}.pdf
asset_path: ${{ env.root_file }}.pdf
asset_name: report.pdf
asset_content_type: application/pdf

0 comments on commit 21f0826

Please sign in to comment.