aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIlya Shipitsin <chipitsine@gmail.com>2023-12-13 00:42:33 +0100
committerBrent Cook <busterb@gmail.com>2024-03-03 15:32:50 -0600
commit4dbdb1d8a84e82b7ec8f5466c0e65ee7d13ad773 (patch)
tree1110f3df2efd6d9d1b11861e470f463fe49542f8 /.github
parente2827e054a6d4ede3e1287402a1872cca29559fc (diff)
downloadportable-4dbdb1d8a84e82b7ec8f5466c0e65ee7d13ad773.tar.gz
portable-4dbdb1d8a84e82b7ec8f5466c0e65ee7d13ad773.tar.bz2
portable-4dbdb1d8a84e82b7ec8f5466c0e65ee7d13ad773.zip
CI: fix automatic releases assets extension "zip"
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release_by_tag.yml3
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