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 ca0d723 commit 67fdadeCopy full SHA for 67fdade
.github/workflows/release.yaml
@@ -47,6 +47,6 @@ jobs:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
with:
49
upload_url: ${{ steps.create_release.outputs.upload_url }}
50
- asset_path: ./.build/template.pdf
+ asset_path: ./src/.build/template.pdf
51
asset_name: template.pdf
52
asset_content_type: application/pdf
0 commit comments