Skip to content

Commit b10907d

Browse files
[CI] Fix name for uploaded debug aar
1 parent eb29d94 commit b10907d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
with:
233233
upload_url: ${{ steps.create_release.outputs.upload_url }}
234234
asset_path: ./pdf2htmlEX/build/outputs/aar/pdf2htmlex-android-debug.aar
235-
asset_name: pdf2htmlex-android-release.aar
235+
asset_name: pdf2htmlex-android-debug.aar
236236
asset_content_type: application/zip
237237

238238
- name: Generate javadoc

0 commit comments

Comments
 (0)