fix: correct macOS file type labels

Relates to issue #449 (closed)

Changes

Updated .gitlab-ci.yml to correct the macOS artifact file type labels:

  • Line 330: Changed artifact name from for MacOS aarch64 (zip) to for MacOS aarch64 (tar.gz)
  • Line 335: Changed artifact name from for MacOS x86_64 (zip) to for MacOS x86_64 (tar.gz)

These changes ensure that the release page correctly displays the file type for macOS artifacts as (tar.gz) instead of the incorrect (zip) label, providing consistency between the displayed artifact type and the actual file extension.

Edited by Duo Developer

Merge request reports

Loading