Skip to content

Commit c697b75

Browse files
committed
fix(ci): upload step tweaks
1 parent ae1ed84 commit c697b75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
with:
6565
upload_url: ${{ steps.get_release.outputs.upload_url }}
6666
asset_path: docs/manual.pdf
67-
asset_name: "${PKG_NAME}-${PKG_VERSION}-manual.pdf"
68-
asset_content_type: application/pdf
67+
asset_name: manual.pdf
68+
asset_content_type: application/octet-stream
6969

7070
- name: Checkout package registry
7171
uses: actions/checkout@v4

0 commit comments

Comments
 (0)