Skip to content

Commit ea138f4

Browse files
committed
upload_url fixed
1 parent 0d97dd2 commit ea138f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
with:
25-
upload_url: ${{ steps.create_release.outputs.upload_url }}
25+
upload_url: ${{ github.event.release.upload_url }}
2626
asset_path: export/poppler.zip
2727
asset_name: poppler.zip
2828
asset_content_type: application/zip

0 commit comments

Comments
 (0)