We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d97dd2 commit ea138f4Copy full SHA for ea138f4
1 file changed
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
with:
25
- upload_url: ${{ steps.create_release.outputs.upload_url }}
+ upload_url: ${{ github.event.release.upload_url }}
26
asset_path: export/poppler.zip
27
asset_name: poppler.zip
28
asset_content_type: application/zip
0 commit comments