Incorrect file type in the release page

In the release page, the type of hpcviewer macOS artifact is zip while the extension of the files is tar.gz

This looks like an issue in .gitlab-ci.yml

        - name: for MacOS aarch64 (zip)
          link_type: package
          url: ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/hpcviewer/${CI_COMMIT_TAG}/hpcviewer-macosx.cocoa.aarch64.tar.gz
          filepath: /hpcviewer-macosx.cocoa.aarch64.tar.gz
...
        - name: for MacOS x86_64 (zip)
          link_type: package
          url: ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/hpcviewer/${CI_COMMIT_TAG}/hpcviewer-macosx.cocoa.x86_64.tar.gz
          filepath: /hpcviewer-macosx.cocoa.x86_64.tar.gz

Reported by @mwkrentel