Skip to content

Commit

Permalink
make sure release packages get .zip
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Mar 18, 2021
1 parent 5ad68a9 commit dd7482a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ${{ steps.package-release.outputs.release-package-filename }}
asset_name: ${{ needs.build-and-test.outputs.release-package-name }}
asset_name: ${{ needs.build-and-test.outputs.release-package-name }}.zip
asset_content_type: application/zip
- name: Print release url
run: echo "Release successful! You can view it at ${{ steps.create-release.outputs.html_url }}"

0 comments on commit dd7482a

Please sign in to comment.