We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683dd59 commit 29c02efCopy full SHA for 29c02ef
.github/workflows/releace.yml
@@ -80,6 +80,6 @@ jobs:
80
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
81
with:
82
upload_url: ${{ steps.create_release.outputs.id }}
83
- asset_path: ./book.pdf
+ asset_path: path/to/artifact/book.pdf
84
asset_name: book.pdf
85
asset_content_type: application/pdf
0 commit comments