Skip to content

Commit 906d51f

Browse files
committed
path
1 parent ddfa370 commit 906d51f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/make_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
GITHUB_TOKEN: ${{ github.token }}
5252
with:
5353
upload_url: ${{ steps.create_release.outputs.upload_url }}
54-
asset_path: pdfs/*
55-
asset_name: docs.tar.gz
56-
asset_content_type: application/gzip
54+
asset_path: pdfs/main.pdf
55+
asset_name: main.pdf
56+
# asset_content_type: application/gzip
5757

0 commit comments

Comments
 (0)