Skip to content

Commit dd7482a

Browse files
committed
make sure release packages get .zip
1 parent 5ad68a9 commit dd7482a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
with:
146146
upload_url: ${{ steps.create-release.outputs.upload_url }}
147147
asset_path: ${{ steps.package-release.outputs.release-package-filename }}
148-
asset_name: ${{ needs.build-and-test.outputs.release-package-name }}
148+
asset_name: ${{ needs.build-and-test.outputs.release-package-name }}.zip
149149
asset_content_type: application/zip
150150
- name: Print release url
151151
run: echo "Release successful! You can view it at ${{ steps.create-release.outputs.html_url }}"

0 commit comments

Comments
 (0)