Skip to content

Commit 12fa564

Browse files
committed
fix release name
1 parent 49b4520 commit 12fa564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ jobs:
5858
with:
5959
upload_url: ${{ steps.create_release.outputs.upload_url }}
6060
asset_path: ./betydb-${{ steps.release_info.outputs.version }}.tgz
61-
asset_name: clowder-${{ steps.release_info.outputs.version }}.tgz
61+
asset_name: betydb-${{ steps.release_info.outputs.version }}.tgz
6262
asset_content_type: application/zip

0 commit comments

Comments
 (0)