diff options
author | Theo Buehler <tb@openbsd.org> | 2023-12-13 08:09:11 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-12-13 08:09:11 +0100 |
commit | 05902e63c9b80d25f4367fb0f8f441669510eb2e (patch) | |
tree | a2d80f65536f2934826857db9b527f3e4ba11c92 | |
parent | 223bc4e01e283db48693f631852a0f83ea232308 (diff) | |
parent | 910aa6a9b8b833362c19a8b2dc3a863607c04e75 (diff) | |
download | portable-05902e63c9b80d25f4367fb0f8f441669510eb2e.tar.gz portable-05902e63c9b80d25f4367fb0f8f441669510eb2e.tar.bz2 portable-05902e63c9b80d25f4367fb0f8f441669510eb2e.zip |
Land #968
-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 | |||