diff options
| -rw-r--r-- | .github/workflows/release_by_tag.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/release_by_tag.yml b/.github/workflows/release_by_tag.yml index ed05619..de05254 100644 --- a/.github/workflows/release_by_tag.yml +++ b/.github/workflows/release_by_tag.yml | |||
| @@ -62,6 +62,5 @@ jobs: | |||
| 62 | with: | 62 | with: |
| 63 | upload_url: ${{ needs.release.outputs.upload_url }} | 63 | upload_url: ${{ needs.release.outputs.upload_url }} |
| 64 | asset_path: local.zip | 64 | asset_path: local.zip |
| 65 | asset_name: windows-${{ matrix.arch }}-${{ github.ref }} | 65 | asset_name: windows-${{ matrix.arch }}-${{ github.ref }}.zip |
| 66 | asset_content_type: application/zip | 66 | asset_content_type: application/zip |
| 67 | |||
