We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfa370 commit 906d51fCopy full SHA for 906d51f
.github/workflows/make_release.yml
@@ -51,7 +51,7 @@ jobs:
51
GITHUB_TOKEN: ${{ github.token }}
52
with:
53
upload_url: ${{ steps.create_release.outputs.upload_url }}
54
- asset_path: pdfs/*
55
- asset_name: docs.tar.gz
56
- asset_content_type: application/gzip
+ asset_path: pdfs/main.pdf
+ asset_name: main.pdf
+ # asset_content_type: application/gzip
57
0 commit comments