Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 919cbb7

Browse files
committed
Fix release asset doesn't end with .zip
1 parent f1d7eae commit 919cbb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yml

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.get-release.outputs.upload_url }}
6060
asset_path: ${{ env.OUTPUT_DIR }}/${{ env.OUTPUT_ZIP }}
61-
asset_name: ${{ env.APP_NAME }}-${{ matrix.runtime }}
61+
asset_name: ${{ env.APP_NAME }}-${{ matrix.runtime }}.zip
6262
asset_content_type: application/zip

0 commit comments

Comments
 (0)