diff options
author | Ilya Shipitsin <chipitsine@gmail.com> | 2023-12-13 00:42:33 +0100 |
---|---|---|
committer | Ilya Shipitsin <chipitsine@gmail.com> | 2023-12-13 00:42:33 +0100 |
commit | 910aa6a9b8b833362c19a8b2dc3a863607c04e75 (patch) | |
tree | a2d80f65536f2934826857db9b527f3e4ba11c92 | |
parent | 223bc4e01e283db48693f631852a0f83ea232308 (diff) | |
download | portable-910aa6a9b8b833362c19a8b2dc3a863607c04e75.tar.gz portable-910aa6a9b8b833362c19a8b2dc3a863607c04e75.tar.bz2 portable-910aa6a9b8b833362c19a8b2dc3a863607c04e75.zip |
CI: fix automatic releases assets extension "zip"
-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 | |||