Skip to content

Commit

Permalink
CI: fix automatic releases assets extension "zip"
Browse files Browse the repository at this point in the history
  • Loading branch information
chipitsine committed Dec 12, 2023
1 parent 223bc4e commit 910aa6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release_by_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,5 @@ jobs:
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: local.zip
asset_name: windows-${{ matrix.arch }}-${{ github.ref }}
asset_name: windows-${{ matrix.arch }}-${{ github.ref }}.zip
asset_content_type: application/zip

0 comments on commit 910aa6a

Please sign in to comment.